4 lines
32 B
Perl
4 lines
32 B
Perl
|
|
while(1){
|
||
|
|
print "SPAM\n";
|
||
|
|
}
|