This commit is contained in:
DiD3n 2018-12-09 11:03:55 +00:00 committed by GitHub
commit d939a80c2c
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;
}