AdventOfCode2023/01/README.md
2023-12-08 13:52:28 +01:00

285 B

Day 1

🎁

Today's language: Python Execution time: 0,021 s

Both tasks are solved in one hell of a oneliner each:

  • Task 1: 153 characters / line
  • Task 2: 363 characters / line
python3 day01.py