Created
March 28, 2017 06:35
-
-
Save johwanghee/b8886990521cc9b7027314e1b1920a6b 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
/* print JAVA */ | |
System.out.println(String.format("Hi, My name is %s. I'm %d years old.", "HWANG", 30)); | |
/* print GO */ | |
fmt.Printf("Hi, My name is %s. I'm %d years old.\n", "HWANG", 30) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment