mirror-ac/testcli/testcli.cpp
2023-11-01 01:17:40 +11:00

6 lines
No EOL
70 B
C++

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