C-plusplus/heyo.cpp

9 lines
76 B
C++
Raw Permalink Normal View History

2021-07-08 03:26:18 +00:00
#include
int main()
{
std::cout << "Hello, world!
";
return 0;
}