第一篇blog

hello!

  • 这是我的第一篇博客,testing,tesing!

class Test{
        public static void main(String[] args){
        System.out.println("Hello World!");
    }
}