Hello World C++


#include <iostream>
using namespace std;

int main() {
cout << "Hello World!";
return 0;
}





Δεν υπάρχουν σχόλια:

Δημοσίευση σχολίου