Skip to content

Instantly share code, notes, and snippets.

@ufcpp
Created March 22, 2020 14:29
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 ufcpp/017a58d41e08c92b701614bd1d951ec2 to your computer and use it in GitHub Desktop.
Save ufcpp/017a58d41e08c92b701614bd1d951ec2 to your computer and use it in GitHub Desktop.
Java ってあらゆる処理より先に Unicode unescape 処理やるんだ…
import java.util.*;
public class Main {
public static void main\u0028String[] args) \u007B
\u0069nt 𩸽 \u003D 1;
System.out.println(\uD867\uDE3D);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment