aoc2025/README.md

18 lines
732 B
Markdown

# 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/