Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created October 19, 2015 16:56
Show Gist options
  • Select an option

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

Select an option

Save schweigert/86350feb1da5693f3b7e to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main (void){
printf ("Ola Mundo!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment