Go to file
2022-12-03 18:58:31 +01:00
2020 Add Lox to README 2020 2021-12-01 15:43:51 +01:00
2021 Add 2021 README 2022-12-02 08:27:12 +01:00
2022 add robe 2022-12-03 18:57:14 +01:00
.gitmodules add robe 2022-12-03 18:57:14 +01:00
README.md add robe 2022-12-03 18:57:14 +01:00

De Zeus Advent of Code

Wie? Waar? (Repository) Taal?
chvp https://github.com/chvp/aoc2022 Haskell
hvdncamp https://github.com/hvdncamp/adventofcode-2022 C
mcbloch https://gitlab.com/mcbloch/aoc2022 Clojure (Babashka)
fbegyn https://github.com/fbegyn/aoc2022 Go/Ruby
Mraedis https://github.com/Mraedis/AoC2022 Ruby
silvius https://github.com/ajuvercr/advent-of-code Rust
robe https://github.com/SchrodingersCat00/aoc2022.git Rust
  • repo clonen:

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

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