Skip to content

Instantly share code, notes, and snippets.

@msuryaprakash
Last active December 6, 2015 17:54
Show Gist options
  • Save msuryaprakash/1130cc23e67c327940c0 to your computer and use it in GitHub Desktop.
Save msuryaprakash/1130cc23e67c327940c0 to your computer and use it in GitHub Desktop.
//C HELLO WORLD
#include <stdio.h>
main()
{
printf("HELLO WORLD");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment