2024-08-25 12:32:57 -06:00

7 lines
84 B
C++

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