20 lines
308 B
Markdown
20 lines
308 B
Markdown
# [Day 1](https://adventofcode.com/2023/day/1)
|
|
:gift:
|
|
|
|
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
|
|
|
|
|
|
```shell
|
|
python3 day01.py
|
|
```
|
|
<!-- one-liners -->
|