1
0

10 lines
149 B
Plaintext
Raw Normal View History

2019-06-15 15:31:01 -06:00
event bro_init()
{
local e = "e";
while ( e == "e" )
{
print e;
}
}