Ещё немного

This commit is contained in:
2017-10-05 13:16:28 +03:00
parent ff9737c444
commit 507bc27558
7 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#include <iostream>
int main(int argc, char **argv) {
std::cout << "Hello, world!" << std::endl;
return 0;
}