mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-12-22 02:09:41 +01:00
hey guys ik heb een repo toegevoegd
This commit is contained in:
parent
179905cd6c
commit
19bd821b6c
4 changed files with 8 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -203,3 +203,6 @@
|
||||||
[submodule "2024/hannes"]
|
[submodule "2024/hannes"]
|
||||||
path = 2024/hannes
|
path = 2024/hannes
|
||||||
url = https://github.com/hannes-dev/aoc2024
|
url = https://github.com/hannes-dev/aoc2024
|
||||||
|
[submodule "2024/xerbalind"]
|
||||||
|
path = 2024/xerbalind
|
||||||
|
url = https://git.biltopia.org/aoc2024
|
||||||
|
|
|
@ -19,7 +19,10 @@
|
||||||
pkgs.postgresql_14
|
pkgs.postgresql_14
|
||||||
pkgs.ldc
|
pkgs.ldc
|
||||||
pkgs.go
|
pkgs.go
|
||||||
|
pkgs.dub
|
||||||
|
pkgs.zig
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
1
2024/xerbalind
Submodule
1
2024/xerbalind
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 30dcfdae77add982081b5fa70f3823dd1a942419
|
|
@ -9,6 +9,7 @@
|
||||||
| michiel | https://github.com/milachae/aoc2024 | Rust |
|
| michiel | https://github.com/milachae/aoc2024 | Rust |
|
||||||
| francis | https://github.com/fbegyn/aoc2024 | Go |
|
| francis | https://github.com/fbegyn/aoc2024 | Go |
|
||||||
| hannes | https://github.com/hannes-dev/aoc2024 | Uiua |
|
| hannes | https://github.com/hannes-dev/aoc2024 | Uiua |
|
||||||
|
| xerbalind | https://git.biltopia.org/aoc2024 | Zig |
|
||||||
|
|
||||||
|
|
||||||
* repo clonen:
|
* repo clonen:
|
||||||
|
|
Loading…
Reference in a new issue