2024-08-25 11:27:24 -06:00

7 lines
83 B
C++

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