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