mirror of
https://github.com/seejohnrun/haste-server
synced 2025-07-07 13:32:13 -07:00
1 line
86 B
JavaScript
1 line
86 B
JavaScript
function bar(){return--x}function foo(){while(bar());}function mak(){for(;;);}var x=5
|