美文网首页
Hello World

Hello World

作者: kangliu | 来源:发表于2018-05-24 22:37 被阅读0次

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

相关文章

网友评论

      本文标题:Hello World

      本文链接:https://www.haomeiwen.com/subject/tkuejftx.html