C-plusplus/heyo.cpp

9 lines
76 B
C++

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