Skip to content

Instantly share code, notes, and snippets.

@ImBasilio60
Last active February 6, 2025 13:40
Show Gist options
  • Save ImBasilio60/2df555a4daeab94be7b59a57d794d6d9 to your computer and use it in GitHub Desktop.
Save ImBasilio60/2df555a4daeab94be7b59a57d794d6d9 to your computer and use it in GitHub Desktop.
Mon Premier Salutation
int main()
{
printf("Hello World");
return 0;
}
@ImBasilio60
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