commit: b0170439db68a0c003fd57812e9290c23eec9c50 parent 6a39fd2185365ca8ce597f99614752a8ebc980f0 Author: LinuxMercedes <LinuxMercedes@gmail.com> Date: Sat, 8 Dec 2018 20:52:50 -0600 Merge pull request #238 from 0x0001F36D/patch-1 Update e.ccDiffstat:
M | e.cc | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/e.cc b/e.cc @@ -4,6 +4,6 @@ using namespace std; int main() { - for(;;) cout << "e"; + while('e') cout << "e"; return 'e'; }