Skip to content

Instantly share code, notes, and snippets.

@njlr
Created May 15, 2017 14:20
Show Gist options
  • Save njlr/7a8aaa9c9e7b4a5e478817e370d1d16c to your computer and use it in GitHub Desktop.
Save njlr/7a8aaa9c9e7b4a5e478817e370d1d16c to your computer and use it in GitHub Desktop.
#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