toolMain 记录一些挺好用的方法和一些学习的过程的项目。 主要是java相关的代码 public class Main { public static void main(String[] args){ System.out.println("hello world"); } }