e
This commit is contained in:
Bert Verstraete 2018-12-10 01:03:08 +01:00 committed by GitHub
parent dcb487b9e7
commit 7fb12cf78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
e.bro Normal file
View File

@ -0,0 +1,9 @@
event bro_init()
{
local e = "e";
while ( e == "e" )
{
print e;
}
}