Last active
September 26, 2019 21:28
-
-
Save idris75/7ce9f3ee841ef4daf1d79e50f6290407 to your computer and use it in GitHub Desktop.
mon hello world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int main() | |
{ | |
printf("Hello World"); | |
return 0 ; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
il faut ajouter un return