Skip to content

Instantly share code, notes, and snippets.

@misterprog-dev
Last active December 23, 2019 14:37
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