Skip to content

Instantly share code, notes, and snippets.

@uhfx
Created May 12, 2013 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uhfx/5564197 to your computer and use it in GitHub Desktop.
Save uhfx/5564197 to your computer and use it in GitHub Desktop.
^^
/* name.c */
#include <stdio.h>
int main(void)
{
char str[101];
printf("お名前を入力してください。\n");
scanf("%s", str);
printf("%sさん、こんにちは。死んでwwwwwwwwwwwwwwwwwwww\n", str);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment