day01: python

This commit is contained in:
matthias@arch 2023-12-06 11:30:48 +01:00
parent 3c6ac0ae53
commit b48c1e67ef

View File

@ -7,6 +7,8 @@ Both tasks are solved in one hell of a oneliner each:
- Task 1: 153 characters / line - Task 1: 153 characters / line
- Task 2: 363 characters / line - Task 2: 363 characters / line
<!-- one-liners -->
```shell ```shell
p day01.py p day01.py
``` ```