Skip to content

Instantly share code, notes, and snippets.

@me-shaon
Created November 9, 2017 15:06
Show Gist options
  • Save me-shaon/111d22ce7c529f6395b266a0f1d29750 to your computer and use it in GitHub Desktop.
Save me-shaon/111d22ce7c529f6395b266a0f1d29750 to your computer and use it in GitHub Desktop.
Hello world C code
#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