Skip to content

Instantly share code, notes, and snippets.

@Bluecodeplanet
Last active March 30, 2020 11:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bluecodeplanet/ba900ed89cd4eabd43974e133dafafd1 to your computer and use it in GitHub Desktop.
Save Bluecodeplanet/ba900ed89cd4eabd43974e133dafafd1 to your computer and use it in GitHub Desktop.
mon hello world
int main()
{
printf("hello world");
return 0;
}
@Bluecodeplanet
Copy link
Author

il faut rajouter un return

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