Various implementations of Advent of Code puzzles made by various programmers: https://adventofcode.com/
|
|
||
|---|---|---|
| bram | ||
| sam/day 1 | ||
| .gitignore | ||
| README.md | ||
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.
- Create a branch called
bram. (Preferably all lowercase!) - Create a folder called
bram. (Preferably all lowercase!) - 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.
- Make sure to
git pushyour code to the server! Slowly, you'll be able to compare your code to everyone else's.
Source
Advent of Code: https://adventofcode.com/