6 lines
77 B
D
6 lines
77 B
D
import std.stdio;
|
|
|
|
void main() {
|
|
while (true)
|
|
writeln("SPAM");
|
|
}
|