Skip to content

Instantly share code, notes, and snippets.

@Paul-Babri
Last active May 2, 2025 18:08
Show Gist options
  • Save Paul-Babri/827d23a3c17598a08c82cfb38db3c410 to your computer and use it in GitHub Desktop.
Save Paul-Babri/827d23a3c17598a08c82cfb38db3c410 to your computer and use it in GitHub Desktop.
Mon hello world
int main()
{
prinf("hello");
return 0;
}
@Paul-Babri
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