fork(1) download
  1. class Test {
  2. public static void main(String[] args) {
  3. String str = "𠍱𠌫𠎁";
  4. System.out.println(str.codePointCount(0, str.length()));
  5. }
  6. }
  7.  
Success #stdin #stdout 0.05s 711168KB
stdin
Standard input is empty
stdout
3