Skip to content

Instantly share code, notes, and snippets.

@msuryaprakash
Last active December 7, 2015 13:05
Show Gist options
  • Save msuryaprakash/9ebde09036d54afa331b to your computer and use it in GitHub Desktop.
Save msuryaprakash/9ebde09036d54afa331b to your computer and use it in GitHub Desktop.
#include <stdio.h>
main()
{
char string[] = "HELLO WORLD";
printf("%s\n", string);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment