Advent-of-Code-Aggregator/2023
2024-12-01 19:20:40 +01:00
..
chvp@c2f552dab2 update submodules 2024-12-01 12:13:02 +01:00
francis-punt@5cf0ff5b61 update submodules 2023-12-10 17:43:54 +01:00
hannes@a1aec1c681 update submodules 2023-12-10 17:43:54 +01:00
mcbloch@c556d3367c update submodules 2024-12-01 12:13:02 +01:00
mraedis@719572be95 update submodules 2023-12-07 02:52:13 +01:00
niknetniko@e9d6a72d44 update submodules 2023-12-05 23:54:36 +01:00
noctua@da12d75154 update submodules 2023-12-10 17:43:54 +01:00
robbe@d940072430 update submodules 2024-12-01 12:13:02 +01:00
timpy@918b501314 update submodules 2023-12-10 17:43:54 +01:00
vincent@9f3b5d496e update submodules 2024-12-01 12:13:02 +01:00
.gitignore update benchmark script 2023-12-03 12:35:24 +01:00
benchmark chvp does not like having the inputs during prepare 2023-12-03 12:44:32 +01:00
complete-benchmark chvp does not like having the inputs during prepare 2023-12-03 12:44:32 +01:00
README.md Refresh readme for 2024 2024-12-01 19:20:40 +01:00

De Zeus Advent of Code

Wie? Waar? (Repository) Taal?
chvp https://github.com/chvp/aoc2023 C
mcbloch https://github.com/mcbloch/AoC2023 V
timpy https://github.com/timodw/aoc_2023 Rust
robbe https://github.com/Robbe7730/adventofcode2023 Zig
francis. https://github.com/FKD13/AoC2023 bash
vincent https://github.com/Topvennie/AoC2023 Go
mraedis https://github.com/Mraedis/AoC2023 Ruby
hannes https://github.com/hannes-dev/aoc2023 Rust
niknetniko https://github.com/niknetniko/AdventOfCode Elixir
noctua https://github.com/ninewise/adventofcode-2023
  • repo clonen:

    git clone git@github.com:ZeusWPI/Advent-of-Code-Aggregator.git
    git submodule init 2023 # just the current year
    git submodule update
    
  • nieuwe persoon toevoegen:

    cd 2023
    git submodule add <link zoals in tabel> <naam zoals in tabel>
    git commit -m 'hey guys ik heb een repo toegevoegd'
    
  • uw lokale kopie updaten:

    git pull # duh
    git submodule update
    
  • van alle submodules de nieuwste versie binnenhalen (zelfs als mensen force pushen):

    git submodule foreach git fetch origin
    git submodule foreach git reset --hard origin/HEAD > /dev/null 2>&1
    git add * # oh no
    git commit -m 'update submodules'
    
  • benchmarks uitvoeren:

    cd 2023
    ./complete-benchmark