From 72107889631ef7c86c3689ffae2f6353c6fc2389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B0=91=E8=BE=89?= Date: Wed, 7 Apr 2021 20:20:12 +0800 Subject: [PATCH] lishaohui homework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李少辉 --- .../helloworld.java" | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 "\347\254\254\344\270\200\350\257\276\346\227\266\357\274\232\345\237\272\347\241\200\350\257\255\346\263\225/helloworld.java" diff --git "a/\347\254\254\344\270\200\350\257\276\346\227\266\357\274\232\345\237\272\347\241\200\350\257\255\346\263\225/helloworld.java" "b/\347\254\254\344\270\200\350\257\276\346\227\266\357\274\232\345\237\272\347\241\200\350\257\255\346\263\225/helloworld.java" new file mode 100644 index 0000000..39a039b --- /dev/null +++ "b/\347\254\254\344\270\200\350\257\276\346\227\266\357\274\232\345\237\272\347\241\200\350\257\255\346\263\225/helloworld.java" @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello hi"); + } +} -- GitLab