- 2015 - Typescript
cd ./2015
bun install
bun test ./day1
- 2018 - C#
cd ./2018
dotnet build
dotnet test --filter day1
- 2021 - C#
cd ./2021
dotnet build
dotnet test --filter day1
- 2022 - Typescript
cd ./2022
bun install
bun test ./day1
- 2023 - Python
cd ./2023
uv run pytest -v ./day1
- 2024 - Python
cd ./2024
uv run pytest -v ./day1
- 2025 - Python
cd ./2025
uv run pytest -v ./day1