mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
7 lines
40 B
Plaintext
7 lines
40 B
Plaintext
<?php
|
|
|
|
/**
|
|
* Hi there :)
|
|
*/
|
|
echo 1 + 2;
|