Skip to content

Instantly share code, notes, and snippets.

@jesuscmadrigal
Created September 1, 2017 17:10
Show Gist options
  • Save jesuscmadrigal/98f65968c3fcdc48250b544a45f8b41e to your computer and use it in GitHub Desktop.
Save jesuscmadrigal/98f65968c3fcdc48250b544a45f8b41e to your computer and use it in GitHub Desktop.
Hello world
#include <iostream>
int main() {
std::cout << "hello world";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment