雖然新版 TG 花裡胡哨,別忘了代碼能高亮了啊!
class HelloChannel { public static void main(String[] args) { System.out.println("Hello!"); } }