eeeeeeeeeeeeeeee d eeeee

This commit is contained in:
axusis 2018-12-08 10:51:14 +01:00 committed by GitHub
parent 7e223b3608
commit 13ae4f9148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
e.d Normal file
View File

@ -0,0 +1,8 @@
import std.stdio;
int main() {
for(;;) {
writefln("e");
}
return 0;
}