Skip to content

Instantly share code, notes, and snippets.

@danielbonifacio
Last active July 21, 2017 15:16
Show Gist options
  • Save danielbonifacio/598d379addee010a1423482d9bbf9c53 to your computer and use it in GitHub Desktop.
Save danielbonifacio/598d379addee010a1423482d9bbf9c53 to your computer and use it in GitHub Desktop.
Programa simples que apresenta Hello World em C
#include <stdio.h> //Include da biblioteca Standard Input Output
int main (void){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment