Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created August 27, 2015 20:34
Show Gist options
  • Select an option

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

Select an option

Save schweigert/a21d89eb2f944e72de16 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main (void){
printf ("OBI na UDESC 2015!");
printf ("Seja bem vindo!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment