From 8b77d2e3f57159848b7a6749075adf21792b3240 Mon Sep 17 00:00:00 2001 From: lk666 <945162190@qq.com> Date: Wed, 3 Jun 2020 19:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E8=A1=8C=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\254\254\344\270\200\350\241\214\344\273\243\347\240\201" | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 "\347\254\254\344\270\200\350\241\214\344\273\243\347\240\201" diff --git "a/\347\254\254\344\270\200\350\241\214\344\273\243\347\240\201" "b/\347\254\254\344\270\200\350\241\214\344\273\243\347\240\201" new file mode 100644 index 0000000..c61756a --- /dev/null +++ "b/\347\254\254\344\270\200\350\241\214\344\273\243\347\240\201" @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello World"); + } +} \ No newline at end of file -- Gitee