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

  1. list
  2. second list

Code example
Bash mvn clean package

public class Hello {
  public static void main(String[] args) {
    System.out.println("hello world");
  }
}
image.png
image.png
上一篇 下一篇

猜你喜欢

热点阅读