Skip to content

Instantly share code, notes, and snippets.

@Ced88
Last active December 22, 2019 12:28
Show Gist options
  • Save Ced88/deb637db4e2ac3479b876f3a69da5d19 to your computer and use it in GitHub Desktop.
Save Ced88/deb637db4e2ac3479b876f3a69da5d19 to your computer and use it in GitHub Desktop.
mon hello world
int main()
{
printf('hello world');
return 0;
}
@Ced88
Copy link
Author

Ced88 commented Dec 22, 2019

il faut ajouter nu return

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