Files
AdventOfCode2024/nostromo.project.json
2026-03-29 14:57:28 +02:00

19 lines
723 B
JSON

{
"schemaVersion": 1,
"slug": "AdventOfCode2024",
"title": "🎄 Advent of Code 2024 🎄",
"description": "Welcome to my repository where I share my solutions for the [Advent of Code 2024](https://adventofcode.com/2024). Advent of Code is an annual online event where participants solve a series of programming puzzles released daily from December 1st until December 25th. Each puzzle is a fun and unique challenge designed to test problem-solving skills.",
"repo": {
"visibility": "public",
"url": "https://git.wieerwill.dev/wieerwill/AdventOfCode2024"
},
"site": {
"published": false,
"featured": false
},
"readme": {
"path": "README.md",
"excerptMode": "first-paragraph"
}
}