Skip to content

Robinhola/the_advent_of_code

Repository files navigation

Welcome to the advent of code

https://adventofcode.com

Follow the following convention

Folders are named as follows:

  • YYYY_DD_{coding_language}

Executables read from stdin and output the solution to stdout

Add Makefile to your folders so that the following works:

cd YYYY_DD_{coding_language}
cat input | make run
echo "line1\nline2" | make run

Use bootstrap to start with a mini ocaml or python project

python3 ./bootstrap.py

Use goto.sh to navigate quickly between days

. ./goto.sh

And you may use today-ocaml or today-python as shortcuts

./today_ocaml.sh
./today_python.sh

Have fun!

About

My ultimate repo to solve advent of code projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors