Skip to content

Instantly share code, notes, and snippets.

@karellism
Last active February 15, 2019 08:14
Show Gist options
  • Save karellism/997de5f3d65bb7435e1e476bf517f2f4 to your computer and use it in GitHub Desktop.
Save karellism/997de5f3d65bb7435e1e476bf517f2f4 to your computer and use it in GitHub Desktop.
Simple C code template
#include <stdio.h>
int main(void) {
printf("Hello");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment