Skip to content

Instantly share code, notes, and snippets.

@EduardoMil
Last active September 23, 2015 00:13
Show Gist options
  • Save EduardoMil/cbdd0e6456f474fcc451 to your computer and use it in GitHub Desktop.
Save EduardoMil/cbdd0e6456f474fcc451 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main (){
printf("Hellow World!");
return (0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment