Skip to content

Instantly share code, notes, and snippets.

@hiero-nymus
Last active August 5, 2021 05:28
Show Gist options
  • Save hiero-nymus/a075e3cccfb8e8568d6bf2001aee95e7 to your computer and use it in GitHub Desktop.
Save hiero-nymus/a075e3cccfb8e8568d6bf2001aee95e7 to your computer and use it in GitHub Desktop.
mon hello world
int main()
{
printf("Hello World");
return 0;
}
@hiero-nymus
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