Arxcis / adventofcode2020

Community-project solving https://adventofcode.com/ - problems, with Github CI, Docker and support for many languages.
6 stars 8 forks source link

2021 / Day01 Python solution by Arxcis #123

Closed Arxcis closed 2 years ago

Arxcis commented 2 years ago

Demo

$ make 2021.day-01 
docker run -ti -v /home/jonas/git/github.com/Arxcis/adventofcode2020:/aoc "jonasjso/adventofcode2020:2020-12-18-with-zig-v0.7.1" /bin/bash -c "cd /aoc && ./2021/day-01/test.sh && exit"
--- 2021/day-01: Sonar Sweep ---
cat INPUT | python3  day01.arxcis.py         15ms       ✅