Last active
January 1, 2016 00:49
-
-
Save TachibanaKaoru/8068940 to your computer and use it in GitHub Desktop.
韓国語の変数名
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 韓国語 | |
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