mirror of https://github.com/BOINC/boinc.git
6 lines
35 B
PHP
6 lines
35 B
PHP
|
<?php
|
||
|
|
||
|
echo "foo"
|
||
|
."bar\n";
|
||
|
?>
|