Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Svetlana Lundina | 9f317da142 | 2 years ago |
@ -0,0 +1,6 @@ |
|||||||
|
#include <iostream> |
||||||
|
|
||||||
|
int main() { |
||||||
|
std::cout << "Hello world!" << std::endl; |
||||||
|
return 0; |
||||||
|
} |
Loading…
Reference in new issue