Main.hx 90 B

123456
  1. class Main {
  2. static function main() {
  3. trace("\u{1F404}");
  4. trace("\uD83D\uDC04");
  5. }
  6. }