Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created March 28, 2016 18:21
Show Gist options
  • Select an option

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

Select an option

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