1
0

10 lines
96 B
C++
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
#include <iostream>
using namespace std;
int main()
{
while('e') cout << "e";
return 'e';
}