sample-helloWorld.cpp (97B)
1 #include <iostream> 2 int main() 3 { 4 std::cout << "Hello, World!" << std::endl; 5 return 0; 6 }