AdventOfCode2022/09/README.md
2023-12-09 13:46:15 +01:00

15 lines
283 B
Markdown

# [Day 9](https://adventofcode.com/2022/day/9)
:gift::gift::gift::gift::gift::gift::gift::gift::gift:
Today's language: **php**
Lines of code: **87**
Execution time: **0,126 s**
My very first php-program :v:
```shell
php -S localhost:8000 -t .
firefox http://localhost:8000
```