第一篇博客

第一篇博客,使用hexolight主题构建,更多主题参考https://github.com/hexojs/hexo/wiki/Themes

1
2
3
4
5
class Test() {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
1
2
3
object Test() {
println("Hello world")
}
1
grep "test" ./
1
2
$ grep "test" ./
$ find "test" ./*.sh