I got both the codes from Books from an Online PDF
First -
#include <iostream> int main() { std::cout << "Hello World!"; return 0; }
Second -
#include <iostream> using namespace std; int main() { cout << "Hello world!" ; return 0; }
Aucun commentaire:
Enregistrer un commentaire