Skip to content

Instantly share code, notes, and snippets.

@ohmiyaji
Created March 12, 2018 04:06
Show Gist options
  • Save ohmiyaji/724e6aea73599a0efa3190c493a5b921 to your computer and use it in GitHub Desktop.
Save ohmiyaji/724e6aea73599a0efa3190c493a5b921 to your computer and use it in GitHub Desktop.
Hello World
#include <iostream>
int main{
std::cout << "Hello World!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment