Skip to content

Instantly share code, notes, and snippets.

@mjtestuser
Forked from maddyonline/main.cpp
Created August 28, 2014 06:13
Show Gist options
  • Save mjtestuser/db720153b7ee06a70e13 to your computer and use it in GitHub Desktop.
Save mjtestuser/db720153b7ee06a70e13 to your computer and use it in GitHub Desktop.
# include <iostream>
using namespace std;
int main(){
cout << "Hello World!" << endl;
return 0;
}
@mjtestuser
Copy link
Author

Wow!

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