Skip to content

Instantly share code, notes, and snippets.

@z-a-ki3
Created April 29, 2015 07:59
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 z-a-ki3/6e6b928b3a671c5d9a9d to your computer and use it in GitHub Desktop.
Save z-a-ki3/6e6b928b3a671c5d9a9d to your computer and use it in GitHub Desktop.
public class Test {
public static void main(String[] args) {
String s1 = "Java ";
String s2 = "World.";
StringBuilder sb = new StringBuilder("Welcome ");
// ここにコードを挿入
System.out.println(sb);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment