Hello, World! helloworld CPP11 31 Jul, 2020 0.002s 1 points Source Code #include <stdio.h> using namespace std; int main() { printf("Hello, World!"); return 0; }