Merge pull request #329 from VerstraeteBert/patch-1

e.bro
This commit is contained in:
LinuxMercedes 2018-12-10 09:33:06 -06:00 committed by GitHub
commit 72fabdef43
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;
}
}