Hello World
2018-05-24 本文已影响0人
kangliu
This is the first post from my blog site
I will focus on software technology
second level topic
- list
- second list
Code example
Bash mvn clean package
public class Hello {
public static void main(String[] args) {
System.out.println("hello world");
}
}

