1
0

9 lines
86 B
D
Raw Normal View History

2019-06-15 15:31:01 -06:00
import std.stdio;
int main() {
for(;;) {
writefln("e");
}
return 0;
}