6 lines
76 B
D
6 lines
76 B
D
import std.stdio;
|
|
|
|
void main() {
|
|
for ( ; ; )
|
|
writeln("SPAM");
|
|
}
|