Skip to content

Instantly share code, notes, and snippets.

@rileylev
Created January 8, 2019 16:41
Show Gist options
  • Save rileylev/5ed6bb9387c8c06aa4ecd0acb6bf5e5a to your computer and use it in GitHub Desktop.
Save rileylev/5ed6bb9387c8c06aa4ecd0acb6bf5e5a to your computer and use it in GitHub Desktop.
#include <iostream>
int main()
{
std::cout << "hello world\n";
std::getchar();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment