1
0

9 lines
93 B
C++

<?hh // strict
<<__Entrypoint>>
function main(): void {
while(true) {
echo 'e';
}
}