Skip to content

Instantly share code, notes, and snippets.

@satellitex
Created July 11, 2014 18:24
Show Gist options
  • Save satellitex/f4f54bced495aa8cdd90 to your computer and use it in GitHub Desktop.
Save satellitex/f4f54bced495aa8cdd90 to your computer and use it in GitHub Desktop.
#include<bits/stdc++.h>
using nemspace std;
int main(){
cout << "Hello world" << endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment