Last active
February 21, 2020 10:44
-
-
Save kacou12/53cc1a8a2f276b65f6eeb262eba74d1c 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