8 lines
79 B
Text
8 lines
79 B
Text
|
|
import stdlib.*;
|
||
|
|
|
||
|
|
exported func main() {
|
||
|
|
while true {
|
||
|
|
println("SPAM");
|
||
|
|
}
|
||
|
|
}
|