- 4

Fill to output Hello world to screen

5th Aug 2020, 9:15 AM
marwa
marwa - avatar
2 Réponses
+ 12
#include <iostream> using namespace std; int main() { cout<<"Hello world"; return 0; }
5th Aug 2020, 9:55 AM
Aditya
Aditya - avatar
+ 10
Hello World - Done 😎 \(^o^)/ Question is totally unclear
5th Aug 2020, 9:19 AM
Nilesh
Nilesh - avatar