Files
adventofcode/2025/day06/README.md
2025-12-06 12:42:32 +01:00

11 lines
155 B
Markdown

# Day 06: PHP
Simple and straight-forward. This is a normal programming language.
```console
$ ./solve.php sample.txt
Part1: 4277556
Part2: 3263827
```