Skip to content

Instantly share code, notes, and snippets.

@Dfoko123
Last active May 10, 2025 14:55
Show Gist options
  • Save Dfoko123/e66d78a4e29343028a39e12fbc483b81 to your computer and use it in GitHub Desktop.
Save Dfoko123/e66d78a4e29343028a39e12fbc483b81 to your computer and use it in GitHub Desktop.
Mon hello world
int main{
printf("Hello world");
return 0;
}
@Dfoko123
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