Skip to content

Instantly share code, notes, and snippets.

@r-novel
Created September 20, 2018 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-novel/f7da2f9c3c3a99841f82b375d3cfc436 to your computer and use it in GitHub Desktop.
Save r-novel/f7da2f9c3c3a99841f82b375d3cfc436 to your computer and use it in GitHub Desktop.
This gist contains a simple code.
#include <stdio.h>
int main(void) {
printf("Hello gist\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment