Skip to content

Instantly share code, notes, and snippets.

@Saafan
Last active March 24, 2020 06:04
Show Gist options
  • Save Saafan/cb598d74feb830698c44f121e8082de6 to your computer and use it in GitHub Desktop.
Save Saafan/cb598d74feb830698c44f121e8082de6 to your computer and use it in GitHub Desktop.
#include <iostream>
int main()
{
cout << "Hello World!!!" << endl;
cout << "This is added Now!" << endl;
}
@Saafan
Copy link
Author

Saafan commented Mar 24, 2020

Hello World From Github!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment