my shitty java code, from absolute basics to basics
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 行
76B

  1. public static void main(String[] args){
  2. System.out.print("hello world");
  3. }