-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchallenges.json
More file actions
31 lines (31 loc) · 832 Bytes
/
challenges.json
File metadata and controls
31 lines (31 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"repository_url": "https://github.com/florianbuetow/advent_of_code_2023",
"year": 2023,
"challenge_titles": {
"1": "Trebuchet?!",
"2": "Cube Conundrum",
"3": "Gear Ratios",
"4": "Scratchcards",
"5": "If You Give A Seed A Fertilizer",
"6": "Wait For It",
"7": "Camel Cards",
"8": "Haunted Wasteland",
"9": "Mirage Maintenance",
"10": "Pipe Maze",
"11": "Cosmic Expansion",
"12": "Hot Springs",
"13": "Point of Incidence",
"14": "Parabolic Reflector Dish",
"15": "Lens Library",
"16": "The Floor Will Be Lava",
"17": "Clumsy Crucible",
"18": "Lavaduct Lagoon",
"19": "Aplenty",
"20": "Pulse Propagation",
"21": "Step Counter",
"22": "Sand Slabs",
"23": "A Long Walk",
"24": "Never Tell Me The Odds",
"25": "Snowverload"
}
}