Skip to content

Instantly share code, notes, and snippets.

@TachibanaKaoru
Last active January 1, 2016 00: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 TachibanaKaoru/8068940 to your computer and use it in GitHub Desktop.
Save TachibanaKaoru/8068940 to your computer and use it in GitHub Desktop.
韓国語の変数名
// 韓国語
int 사과 = 5;
int 바나나 = 3;
int 총 = 사과 + 바나나;
NSLog(@"총 %d",총);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment