mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
11 lines
155 B
Markdown
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
|
|
```
|