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