From 4fbaf0fb912da135c76a9c8625fe0264da9941c2 Mon Sep 17 00:00:00 2001 From: lanmu <464822136@qq.com> Date: Fri, 12 Jun 2020 12:16:32 +0800 Subject: [PATCH] add hello world. --- hello world | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello world diff --git a/hello world b/hello world new file mode 100644 index 0000000..3cdc58e --- /dev/null +++ b/hello world @@ -0,0 +1 @@ +System.out.println("Hello Wolrd"); \ No newline at end of file -- Gitee