mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
7 lines
40 B
Plaintext
7 lines
40 B
Plaintext
<?php
|
|
|
|
/**
|
|
* Hi there :)
|
|
*/
|
|
echo 1 + 2;
|