Skip to content

Instantly share code, notes, and snippets.

@hasayvaz
Created March 2, 2011 16:52
Show Gist options
  • Select an option

  • Save hasayvaz/851247 to your computer and use it in GitHub Desktop.

Select an option

Save hasayvaz/851247 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#define kelam "müdür!"
void main()
{
printf("hooppp %s\n", kelam);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment