Skip to content

Instantly share code, notes, and snippets.

@umair313
Last active June 29, 2019 17:03
Show Gist options
  • Save umair313/e5dcaee930189c1e9b3b18717df06d56 to your computer and use it in GitHub Desktop.
Save umair313/e5dcaee930189c1e9b3b18717df06d56 to your computer and use it in GitHub Desktop.
this is simple Hello World Program
#include <iostream>
using namespace std;
int main(){
cout<<"Hello World!";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment