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**
|
|
|
|
|
2023-12-09 13:46:15 +01:00
|
|
|
Lines of code: **87**
|
|
|
|
|
|
|
|
Execution time: **0,126 s**
|
|
|
|
|
2022-12-10 23:22:00 +01:00
|
|
|
My very first php-program :v:
|
|
|
|
```shell
|
|
|
|
php -S localhost:8000 -t .
|
|
|
|
firefox http://localhost:8000
|
|
|
|
```
|