Create e.cpp

This commit is contained in:
DiD3n 2018-12-08 11:28:48 +01:00 committed by GitHub
parent 8b86eb8925
commit 3b251f2577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
e.cpp Normal file
View File

@ -0,0 +1,5 @@
#include <iostream>
int main() {
std::cout << 'e' << std::endl;
}