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