Skip to content

Instantly share code, notes, and snippets.

@kilip
Created October 11, 2012 16:50
Show Gist options
  • Save kilip/3873805 to your computer and use it in GitHub Desktop.
Save kilip/3873805 to your computer and use it in GitHub Desktop.
C++ Hello World
#include <iostream>
int main()
{
std::cout << "Hello, World!\n";
}
@Stally69
Copy link

_t=1625014353&_tt=1625014525493ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment