Skip to content

Instantly share code, notes, and snippets.

@chhanganivarun
Created September 15, 2020 09:11
Show Gist options
  • Save chhanganivarun/a33d821fd48ab218b98f308a3ccdd561 to your computer and use it in GitHub Desktop.
Save chhanganivarun/a33d821fd48ab218b98f308a3ccdd561 to your computer and use it in GitHub Desktop.
Hello C Program
#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