Skip to content

Instantly share code, notes, and snippets.

@teru0rc4
Created October 24, 2016 13:29
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 teru0rc4/23f2d919bb14b3e2ea64220b2221b25f to your computer and use it in GitHub Desktop.
Save teru0rc4/23f2d919bb14b3e2ea64220b2221b25f to your computer and use it in GitHub Desktop.
#include <iostream>
int main(){
std::cout << "Hello World!\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment