1
0

9 lines
93 B
C++
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
<?hh // strict
<<__Entrypoint>>
function main(): void {
while(true) {
echo 'e';
}
}