Add 'heyo.cpp'

This commit is contained in:
Sarimoko 2021-07-08 03:26:18 +00:00
parent 5f69f1bb95
commit 523af90001
1 changed files with 9 additions and 0 deletions

9
heyo.cpp Normal file
View File

@ -0,0 +1,9 @@
#include
int main()
{
std::cout << "Hello, world!
";
return 0;
}