Skip to content

Instantly share code, notes, and snippets.

@misterprog-dev
Last active December 23, 2019 14:37
Show Gist options
  • Save misterprog-dev/b4d718a62999a56b2f1d68f1122185a9 to your computer and use it in GitHub Desktop.
Save misterprog-dev/b4d718a62999a56b2f1d68f1122185a9 to your computer and use it in GitHub Desktop.
Mon hello world
int main(){
printf("Hello world !!!!");
return 0;
}
@misterprog-dev
Copy link
Author

Il faut ajouter un return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment