Merge branch 'master' of github.com:ZeusWPI/Advent-of-Code-Aggregator

This commit is contained in:
Tom Naessens 2021-12-04 13:46:45 +01:00
commit 8fe5726c8e
24 changed files with 58 additions and 2033 deletions

18
.gitmodules vendored
View file

@ -107,3 +107,21 @@
[submodule "2021/Lox"]
path = 2021/Lox
url = https://github.com/Silox/2021-advent-of-code
[submodule "2021/beardhatcode"]
path = 2021/beardhatcode
url = https://github.com/beardhatcode/aoc-2021/
[submodule "2021/redfast00"]
path = 2021/redfast00
url = https://github.com/redfast00/aoc2021
[submodule "2021/JasperJanin"]
path = 2021/JasperJanin
url = https://github.com/JasperJanin/advent-of-code-2021
[submodule "2021/jaspervdj"]
path = 2021/jaspervdj
url = https://github.com/jaspervdj/advent-of-code
[submodule "2021/niknetniko"]
path = 2021/niknetniko
url = https://github.com/niknetniko/AdventOfCode.git
[submodule "2021/francis"]
path = 2021/francis
url = https://github.com/fbegyn/aoc2021

1
2021/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
inputs

@ -1 +1 @@
Subproject commit f667f6c47f7b7e74933a76afa1c00d87c3e02d46
Subproject commit 6753790fc9e2715163bb2acd54c696d5e8a8a8ad

@ -1 +1 @@
Subproject commit 7a9fc6e4a9929e9ee35ea6ec3d324415a5f6d53c
Subproject commit 05e833b0759053aa220a756e198001de4451f0eb

@ -1 +1 @@
Subproject commit 0e17b0502e513ee83ab5f3e812faf1304fced65a
Subproject commit 21422aea46a1e31d5b9795d6f0f02f688e3f6207

1
2021/JasperJanin Submodule

@ -0,0 +1 @@
Subproject commit 6ee5b21925b208fe37c983ff841bd0d237ea1f23

@ -1 +1 @@
Subproject commit 224233eb1b8f30a10ea069f6ef447b1ea7efa6e4
Subproject commit f34bb1e5f10708bb79b48c33b6f1bf2d6780038d

@ -1 +1 @@
Subproject commit 8c26d0631c923a66acc1d942b981db9ced380b7b
Subproject commit fc3b15284f0ccb96d033cec31de378ca033eca52

@ -1 +1 @@
Subproject commit d369b74738ac84d6742cd1b49854fd57d1ba01b2
Subproject commit 31b747f5ec00dac298d4077b46075debba01d145

1
2021/beardhatcode Submodule

@ -0,0 +1 @@
Subproject commit 1c4df46709ac43c70ead90f8ce84d3dfbeb614c4

View file

@ -1,7 +1,7 @@
#!/bin/sh
day="$(printf '%02d' "$1")"
part="$2"
inputfile="../inputs/$day.txt"
inputfile="$PWD/../inputs/$day.txt"
[ -x "prepare" ] || exit 0

@ -1 +1 @@
Subproject commit ad3ab2316d67a7b1c6e818a4760a90a6d87379e2
Subproject commit 0ae5f6070ecb3b5918fe1601e54478d24a4aad76

1
2021/francis Submodule

@ -0,0 +1 @@
Subproject commit 6a76cd3e09c5470601201fe9dccb280e84a4b505

@ -1 +1 @@
Subproject commit 83bb06a139e199ce34b3f9c4180ecfbd05212143
Subproject commit e7e350062eabf7221303ecef55462b14e6a13f83

View file

@ -1,6 +0,0 @@
5
10
20
5
123
0

File diff suppressed because it is too large Load diff

1
2021/jaspervdj Submodule

@ -0,0 +1 @@
Subproject commit 146d61e3b34fc1c6430fb160c29c1473b251c6dd

1
2021/niknetniko Submodule

@ -0,0 +1 @@
Subproject commit 339924c85e8fbae4d6a2a5c666f5f537800fd0ca

@ -1 +1 @@
Subproject commit 9a85919a6f082b8fc24f5aa147792146ecd68585
Subproject commit 170268f3ea829236f61341ac12e4c59140aff739

1
2021/redfast00 Submodule

@ -0,0 +1 @@
Subproject commit e83260b7930c4701f384a216e1b5fd3676c01ea6

@ -1 +1 @@
Subproject commit 0d127abcd43d4206a826056a4fb10ab2588ed75e
Subproject commit 1e0c70c08291c39b9efa9cd9b1652b7f98ca768e

@ -1 +1 @@
Subproject commit 189a0a7b0af07b87a18198c357f38a3c05c2ec1a
Subproject commit 2e85149c61ef72723654f8b5941595ec96564bdd

@ -1 +1 @@
Subproject commit 6dfb9d8a500c69be81927b3098771782d54d45a8
Subproject commit 44883651e9bcf061bab9b7d2b5a6910cbeea962e

View file

@ -1,7 +1,7 @@
# De Zeus Advent of Code
| Wie? | Waar? (Repository) | Taal? |
| :------------- | :-----------------------------------------------: | ---------: |
| :------------- | :------------------------------------------------: | ---------: |
| chvp | https://github.com/chvp/aoc2021 | forth |
| ninewise | https://git.fuyu.moe/ninewise/adventofcode-2021 | lua |
| robbe | git@github.com:Robbe7730/adventofcode2021.git | ? |
@ -14,6 +14,12 @@
| Swambino | https://github.com/AWerbrouck/AoC | py & haskell|
| Francis. | https://github.com/FKD13/AoC2021.git | Prolog |
| Lox | https://github.com/Silox/2021-advent-of-code.git | Ruby |
| beardhatcode | https://github.com/beardhatcode/aoc-2021 | Rust |
| redfast00 | https://github.com/redfast00/aoc2021 | Python |
| Jasper 2.0 | https://github.com/JasperJanin/advent-of-code-2021 | Kotlin |
| jaspervdj | https://github.com/jaspervdj/advent-of-code | Haskell |
| niknetniko | https://github.com/niknetniko/AdventOfCode | Elixir |
| francis | https://github.com/fbegyn/aoc2021 | Go |
* repo clonen: