AdventOfCode2022/09/README.md
2022-12-11 02:26:42 +01:00

11 lines
231 B
Markdown

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