mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-21 22:41:11 +01:00
Update readme
This commit is contained in:
parent
1247a4486b
commit
8527455b6b
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,5 +1,7 @@
|
||||||
# De Zeus Advent of Code
|
# De Zeus Advent of Code
|
||||||
|
|
||||||
|
## 2021
|
||||||
|
|
||||||
| Wie? | Waar? (Repository) | Taal? |
|
| Wie? | Waar? (Repository) | Taal? |
|
||||||
| :------------- | :-----------------------------------------------: | ---------: |
|
| :------------- | :-----------------------------------------------: | ---------: |
|
||||||
| chvp | https://github.com/chvp/aoc2021 | forth |
|
| chvp | https://github.com/chvp/aoc2021 | forth |
|
||||||
|
@ -13,6 +15,13 @@
|
||||||
| Timpy | https://github.com/timodw/aoc_2021 | Python/Numpy|
|
| Timpy | https://github.com/timodw/aoc_2021 | Python/Numpy|
|
||||||
| Swambino | https://github.com/AWerbrouck/AoC | py & haskell|
|
| Swambino | https://github.com/AWerbrouck/AoC | py & haskell|
|
||||||
| Francis. | https://github.com/FKD13/AoC2021.git | Prolog |
|
| Francis. | https://github.com/FKD13/AoC2021.git | Prolog |
|
||||||
|
| Lox | https://github.com/Silox/2021-advent-of-code.git | Ruby |
|
||||||
|
|
||||||
|
## 2020 (incomplete)
|
||||||
|
|
||||||
|
| Wie? | Waar? (Repository) | Taal? |
|
||||||
|
| :------------- | :-----------------------------------------------: | ---------: |
|
||||||
|
| Lox | https://github.com/Silox/2020-advent-of-code.git | Ruby |
|
||||||
|
|
||||||
* repo clonen:
|
* repo clonen:
|
||||||
|
|
||||||
|
@ -24,7 +33,7 @@
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd 2021
|
cd 2021
|
||||||
git submodule add <link zoals in tabel> <naam zoals in tabel>
|
git submodule add <link zoals in tabel> <jaar>/<naam zoals in tabel>
|
||||||
git commit -m 'hey guys ik heb een repo toegevoegd'
|
git commit -m 'hey guys ik heb een repo toegevoegd'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue