No description
Find a file
2024-12-11 19:42:22 +01:00
2020 Add Lox to README 2020 2021-12-01 15:43:51 +01:00
2021 update submodules 2023-12-10 17:43:54 +01:00
2022 Update README 2023-12-01 13:13:19 +01:00
2023 Refresh readme for 2024 2024-12-01 19:20:40 +01:00
2024 Update all 2024-12-11 19:42:22 +01:00
.gitmodules hey guys ik heb een repo toegevoegd 2024-12-05 00:09:19 +01:00
README.md hey guys ik heb een repo toegevoegd 2024-12-05 00:09:19 +01:00
update-all.sh update-all script 2024-12-02 20:53:23 +01:00

De Zeus Advent of Code

Wie? Waar? (Repository) Taal?
vincent https://github.com/Topvennie/AoC Go
jnms https://github.com/Reavershark/aoc24 D
redfast00 https://github.com/redfast00/aoc2024 Rust
chvp https://github.com/chvp/aoc2024 SQL
michiel https://github.com/milachae/aoc2024 Rust
francis https://github.com/fbegyn/aoc2024 Go
hannes https://github.com/hannes-dev/aoc2024 Uiua
xerbalind https://git.biltopia.org/aoc2024 Zig
  • repo clonen:

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

    cd 2024
    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 2024
    ./complete-benchmark