#icnlude <stdio.h>
int main()
{
  char* man = "hello,world";
  printf("I have to say: %s",man);
  return 0;
}

Add a code snippet to your website: www.paste.org