6 lines
33 B
Awk
6 lines
33 B
Awk
|
|
||
|
BEGIN
|
||
|
{
|
||
|
print "hello world";
|
||
|
}
|