javascript

Php code posted
created at 05 Apr 23:57, updated at 29 Apr 02:08

Edit | Back
1
2
3
4
5
6
7
<?php

echo $terve;

for ($i = 0; $i < 100; $i++) {
  echo "Terve";
}
75 Bytes in 2 ms with coderay