CorsoGit/main.cpp

9 lines
112 B
C++

#include <iostream>
using namespace std;
int main() {
std::cout << "Hello World" << std::endl;
return 0;
}