2025-02-09 00:29:34 -07:00

8 lines
88 B
C++

#include <iostream>
int main()
{
std::cout << "Hello World!\n";
return 0;
}