AdventOfCode2022/09/README.md

11 lines
231 B
Markdown
Raw Normal View History

2022-12-10 23:22:00 +01:00
# [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
```