Skip to content

Instantly share code, notes, and snippets.

@ezefranca
Last active September 23, 2015 19:29
Show Gist options
  • Save ezefranca/9711401 to your computer and use it in GitHub Desktop.
Save ezefranca/9711401 to your computer and use it in GitHub Desktop.
nothing important
#include <stdio.h>
int main(void)
{
printf("Olá, Seja bem vindo!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment