Skip to content

Instantly share code, notes, and snippets.

@espinz
Created May 24, 2019 07:24
Show Gist options
  • Save espinz/b4cd51b2dde5ca82bdd2cbfc70505847 to your computer and use it in GitHub Desktop.
Save espinz/b4cd51b2dde5ca82bdd2cbfc70505847 to your computer and use it in GitHub Desktop.
cProgram.c
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment