Skip to content

Instantly share code, notes, and snippets.

@jlagarespo
Created May 28, 2019 16:46
Show Gist options
  • Save jlagarespo/e2a23580c3115ded037b6c9a6bd67817 to your computer and use it in GitHub Desktop.
Save jlagarespo/e2a23580c3115ded037b6c9a6bd67817 to your computer and use it in GitHub Desktop.
First time using gist. This looks cool!
#include <iostream>
int main(int argc, char *argv[]) {
printf("hello, world");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment