Skip to content

Instantly share code, notes, and snippets.

@ninijay
Created October 5, 2016 14:32
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 ninijay/dcd454978a32edca65b9a5905e690cfd to your computer and use it in GitHub Desktop.
Save ninijay/dcd454978a32edca65b9a5905e690cfd to your computer and use it in GitHub Desktop.
null created by ninijay - https://repl.it/Dovs/0
class Main {
public static void main(String[] args) {
StringBuilder str = new StringBuilder("Hello");
str.append(" World");
System.out.println(str.toString());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment