From f60ff7254915b8a8c6010d8b637cc672ae73e100 Mon Sep 17 00:00:00 2001 From: zhi <3075847993@qq.com> Date: Tue, 31 Oct 2023 00:13:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E5=8A=9F=E6=90=AD=E5=BB=BA=E4=BA=86ja?= =?UTF-8?q?va=E7=9A=84=E7=8E=AF=E5=A2=83=EF=BC=8C=E4=BD=86=E6=98=AF?= =?UTF-8?q?=E5=AF=B9=E4=BA=8E=E6=80=8E=E4=B9=88=E8=AF=BB=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=BF=98=E6=98=AF=E6=B2=A1=E6=9C=89=E4=BB=80?= =?UTF-8?q?=E4=B9=88=E5=A4=B4=E7=BB=AA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gt_readme.txt | 2 +- hello.java | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 hello.java diff --git a/Gt_readme.txt b/Gt_readme.txt index a6a8ab4..6ff8a84 100644 --- a/Gt_readme.txt +++ b/Gt_readme.txt @@ -1,4 +1,4 @@ Reading Log: 2023.10.30 23点39分: - \ No newline at end of file + 成功导入了mi_notes的源代码,着手开始! \ No newline at end of file diff --git a/hello.java b/hello.java new file mode 100644 index 0000000..a09e6b3 --- /dev/null +++ b/hello.java @@ -0,0 +1,5 @@ +public class hello{ + public static void main(String[] args) { + System.out.println("hello world"); + } +}