From 9ce5cc24791c7106a59143495e3af3331174be7b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Aug 2020 09:44:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=B0=E5=BB=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HelloWorld | 1 + 1 file changed, 1 insertion(+) create mode 100644 HelloWorld diff --git a/HelloWorld b/HelloWorld new file mode 100644 index 0000000..3cba86c --- /dev/null +++ b/HelloWorld @@ -0,0 +1 @@ +/* Hello world */ -- 2.43.0 From 156a9bc6b90048de8368d0e126292d98e4232ad0 Mon Sep 17 00:00:00 2001 From: p78543092 Date: Mon, 24 Aug 2020 09:45:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HelloWorld | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HelloWorld b/HelloWorld index 3cba86c..9d83ab5 100644 --- a/HelloWorld +++ b/HelloWorld @@ -1 +1,5 @@ /* Hello world */ +main() +{ + println("Hello World"); +} \ No newline at end of file -- 2.43.0