-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathselforg.http
96 lines (65 loc) · 1.76 KB
/
selforg.http
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# working test: print 'Welcome to Advent of Code 2024'
# alternativ in bash: curl -k GET https://selforg.mac/aoc24/welcome
GET https://selforg.mac/aoc24/welcome
###
# Day 1 test / my solution 11
GET https://selforg.mac/aoc24/day1/a/test
###
# Day 1 part a / my solution 3246517
GET https://selforg.mac/aoc24/day1/a/live
###
# day 1 part b / my solution 29379307
GET https://selforg.mac/aoc24/day1/b/live
###
# Day 2 test / my solution 2
GET https://selforg.mac/aoc24/day2/a/test
###
# Day 2 part a / my solution 670
GET https://selforg.mac/aoc24/day2/a/live
###
# day 2 part b / my solution 700
GET https://selforg.mac/aoc24/day2/b/live
###
# Day 3 test / my solution 161
GET https://selforg.mac/aoc24/day3/a/test
###
# Day 3 part a / my solution 161289189
GET https://selforg.mac/aoc24/day3/a/live
###
# day 3 part b / my solution 83595109
GET https://selforg.mac/aoc24/day3/b/live
###
# Day 4 test / my solution 18
GET https://selforg.mac/aoc24/day4/a/test
###
# Day 4 part a / my solution 2532
GET https://selforg.mac/aoc24/day4/a/live
###
# day 4 part b / my solution 1941
GET https://selforg.mac/aoc24/day4/b/live
###
# Day 5 test / my solution 143
GET https://selforg.mac/aoc24/day5/a/test
###
# Day 5 part a / my solution 4790
GET https://selforg.mac/aoc24/day5/a/live
###
# day 5 part b / my solution (unsolved)
#GET https://selforg.mac/aoc24/day5/b/live
###
# Day 6 test / my solution 44
GET https://selforg.mac/aoc24/day6/a/test
###
# Day 6 part a / my solution
GET https://selforg.mac/aoc24/day6/a/live
###
# day 6 part b / my solution
#GET https://selforg.mac/aoc24/day6/b/live
###
# Bridge Repair
# Day 7 test / my solution 3749
GET https://selforg.mac/aoc24/day7/a/test
###
# Day 7 part a / my solution 5030892084481
GET https://selforg.mac/aoc24/day7/a/live
###