Skip to content

Instantly share code, notes, and snippets.

@jasikpark
Created September 3, 2018 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasikpark/c02a45da361406e23aa4cf00aa77efc9 to your computer and use it in GitHub Desktop.
Save jasikpark/c02a45da361406e23aa4cf00aa77efc9 to your computer and use it in GitHub Desktop.
a little hello world program
#include <iostream>
using namespace std;
int main() {
cout << "hello world";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment