Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created August 23, 2015 15:40
Show Gist options
  • Select an option

  • Save schweigert/af43e0a3a0547b95d67a to your computer and use it in GitHub Desktop.

Select an option

Save schweigert/af43e0a3a0547b95d67a to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main (void){
// Variáveis!
int a, b, c;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment