664f8764fc
4e0cfb0f39
@ -0,0 +1,12 @@
#include <iostream>
using std::cout;
int main(void) {
while (true) {
cout << 'e';
}
return 'e';