Test01.java 113 B

123456
  1. class Test01 {
  2. public static void main(String[] args) {
  3. System.out.println("hello, world!");
  4. }
  5. }