7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
module @MODULE@;
|
|
|
|
event zeek_init()
|
|
{
|
|
print "Hello world!";
|
|
}
|