Skip to content

Instantly share code, notes, and snippets.

@sgilles33
Last active April 2, 2023 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgilles33/d4c5da3fd21295c8c58385ce37dec18d to your computer and use it in GitHub Desktop.
Save sgilles33/d4c5da3fd21295c8c58385ce37dec18d to your computer and use it in GitHub Desktop.
Mon hello world
int main()
{
print ("Hello world");
return 0;
}
@sgilles33
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