-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgleam.toml
65 lines (57 loc) · 1.91 KB
/
gleam.toml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name = "aoc"
version = "0.1.0"
gleam = "~> 1.4"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = ">= 0.39.0 and <= 0.49.0"
gleam_json = "~> 2.0"
gladvent = ">=2.1.0 and < 3.0.0"
gleam_yielder = ">= 1.0.0 and < 2.0.0"
tote = ">= 1.0.2 and < 2.0.0"
nibble = ">= 1.1.1 and < 2.0.0"
gleam_community_maths = ">= 1.1.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"
[gladvent.2020]
1 = { pt_1 = 972576, pt_2 = 199300880 }
2 = { pt_1 = 546, pt_2 = 275 }
3 = { pt_1 = 265, pt_2 = 3154761400 }
4 = { pt_1 = 233, pt_2 = 111 }
5 = { pt_1 = 801, pt_2 = 597 }
6 = { pt_1 = 6457, pt_2 = 3260 }
7 = { pt_1 = 139, pt_2 = 58175 }
8 = { pt_1 = 1859, pt_2 = 1235 }
9 = { pt_1 = 393911906, pt_2 = 59341885 }
10 = { pt_1 = 1656, pt_2 = 56693912375296 }
11 = { pt_1 = 2238, pt_2 = 2013 }
13 = { pt_1 = 2092, pt_2 = 702970661767766 }
14 = { pt_1 = 9628746976360, pt_2 = 4574598714592 }
15 = { pt_1 = 959, pt_2 = 116590 }
16 = { pt_1 = 23115, pt_2 = 239727793813 }
17 = { pt_1 = 252, pt_2 = 2160 }
[gladvent.2021]
1 = { pt_1 = 1624, pt_2 = 1653 }
2 = { pt_1 = 2117664, pt_2 = 2073416724 }
3 = { pt_1 = 2498354, pt_2 = 3277956 }
[gladvent.2022]
1 = { pt_1 = 67450, pt_2 = 199357 }
2 = { pt_1 = 15691, pt_2 = 12989 }
3 = { pt_1 = 7824, pt_2 = 2798 }
4 = { pt_1 = 485, pt_2 = 857 }
5 = { pt_1 = "RTGWZTHLD", pt_2 = "STHGRZZFR" }
6 = { pt_1 = 1480, pt_2 = 2746 }
7 = { pt_1 = 1391690, pt_2 = 5469168 }
[gladvent.2023]
1 = { pt_1 = 55123, pt_2 = 55260 }
[gladvent.2024]
1 = { pt_1 = 1579939, pt_2 = 20351745 }
2 = { pt_1 = 282, pt_2 = 349 }
3 = { pt_1 = 166905464, pt_2 = 72948684 }
4 = { pt_1 = 2718, pt_2 = 2046 }
7 = { pt_1 = 3119088655389, pt_2 = 264184041398847 }