Skip to content

Instantly share code, notes, and snippets.

@josephseraos
Created October 3, 2019 12:44
Show Gist options
  • Save josephseraos/61ae4b58e52a6b2b56020d0ea7757882 to your computer and use it in GitHub Desktop.
Save josephseraos/61ae4b58e52a6b2b56020d0ea7757882 to your computer and use it in GitHub Desktop.
Esqueleto de um programa básico em C
#include <stdio.h>
int main(void) {
printf("Hello world\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment