15 lines
283 B
Markdown
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
|
|
```
|