AdventOfCode2023/01
2023-12-09 11:53:29 +01:00
..
day01.py day01: python 2023-12-06 11:31:51 +01:00
README.md add loc 2023-12-09 11:53:29 +01:00

Day 1

🎁

Today's language: Python

Lines of code: 3

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