Various implementations of Advent of Code puzzles made by various programmers: https://adventofcode.com/
 
 
 
 
 
 
Go to file
Bram 84fe03a625 Merge Bob's branch into benchmark branch 2025-12-04 08:00:01 +01:00
bob day03 2025-12-03 22:43:16 +01:00
bram Merge Bram's branch into benchmark branch 2025-12-04 07:59:28 +01:00
brechtje first attempt at day 2 part 2 2025-12-02 21:01:09 +01:00
sander Update sander/AoC 2025 2025-12-01 22:19:39 +00:00
vicky Upload dec2 code. 2025-12-03 07:04:05 +00:00
.gitignore Add day 1 solutions 2025-12-03 22:06:20 +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/