script-linux/newp-template/cppl.template/src/main.cpp

7 lines
95 B
C++
Raw Normal View History

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