Skip to content

Instantly share code, notes, and snippets.

@idris75
Last active September 26, 2019 21:28
Show Gist options
  • Save idris75/7ce9f3ee841ef4daf1d79e50f6290407 to your computer and use it in GitHub Desktop.
Save idris75/7ce9f3ee841ef4daf1d79e50f6290407 to your computer and use it in GitHub Desktop.
mon hello world
int main()
{
printf("Hello World");
return 0 ;
}
@idris75
Copy link
Author

idris75 commented Sep 26, 2019

il faut ajouter un return

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