11 lines
231 B
Markdown
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
|
||
|
```
|