parent
927442f414
commit
9f317da142
@ -0,0 +1,6 @@ |
|||||||
|
#include <iostream> |
||||||
|
|
||||||
|
int main() { |
||||||
|
std::cout << "Hello world!" << std::endl; |
||||||
|
return 0; |
||||||
|
} |
Loading…
Reference in new issue