Skip to content

Instantly share code, notes, and snippets.

@SteelPh0enix
Created June 27, 2017 07:25
Show Gist options
  • Save SteelPh0enix/63d12dd919639d526f4082ae05bcebe9 to your computer and use it in GitHub Desktop.
Save SteelPh0enix/63d12dd919639d526f4082ae05bcebe9 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