Created
November 9, 2017 15:06
-
-
Save me-shaon/111d22ce7c529f6395b266a0f1d29750 to your computer and use it in GitHub Desktop.
Hello world C code
This file contains 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
#include<stdio.h> | |
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