Various implementations of Advent of Code puzzles made by various programmers: https://adventofcode.com/
Go to file
Bob 43246bbe76 Simple README 2025-11-27 18:07:00 +01:00
bob Simple README 2025-11-27 18:07:00 +01:00
bram Initial commit 2025-11-21 19:15:15 +01:00
.gitignore Initial commit 2025-11-21 19:15:15 +01:00
README.md Initial commit 2025-11-21 19:15:15 +01:00

README.md

AOC 2025

This repository hosts the code written by a bunch of programmers. All code is written in a single repository because we want to learn from each other.

How to participate

The example assumes your name is Bram. Your name is likely not Bram.

  1. Create a branch called bram. (Preferably all lowercase!)
  2. Create a folder called bram. (Preferably all lowercase!)
  3. In this folder, you may organise your code in whichever way you prefer. It's nice if the structure is clear and/or documented so others can learn, but it's not required.
  4. Make sure to git push your code to the server! Slowly, you'll be able to compare your code to everyone else's.

Source

Advent of Code: https://adventofcode.com/