Skip to content

Instantly share code, notes, and snippets.

@richard-liang
Created August 1, 2015 07:25
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 richard-liang/3ae366e9d448eb9bba28 to your computer and use it in GitHub Desktop.
Save richard-liang/3ae366e9d448eb9bba28 to your computer and use it in GitHub Desktop.
Test.java
import java.lang.StringBuilder;
public class Test {
public static void main(String[] args) {
StringBuilder sb = new StringBuilder();
Double a = 1.0;
sb.append(a+a);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment