1
0

6 lines
60 B
Plaintext
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
<cfscript>
while(true){
writeOutput('e');
}
</cfscript>