Skip to content

Instantly share code, notes, and snippets.

@maddyonline
Forked from mjtestuser/Test File
Last active August 29, 2015 14:06
Show Gist options
  • Save maddyonline/7aaddf8185330a71099e to your computer and use it in GitHub Desktop.
Save maddyonline/7aaddf8185330a71099e to your computer and use it in GitHub Desktop.
# include <iostream>
using namespace std;
int main(){
cout << "Hello World!" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment