Skip to content

Instantly share code, notes, and snippets.

@johwanghee
Created March 28, 2017 06:35
Show Gist options
  • Save johwanghee/b8886990521cc9b7027314e1b1920a6b to your computer and use it in GitHub Desktop.
Save johwanghee/b8886990521cc9b7027314e1b1920a6b to your computer and use it in GitHub Desktop.
/* 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