From a81f6c2ba7cb03cdf896acd562d428cc63fd6fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=B6=E7=9F=A5=E4=B8=98?= <5041778@qq.com> Date: Wed, 23 Nov 2022 16:59:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\344\275\234\344\270\232/HelloWord.java" | 5 +++++ ...2\202\350\257\276\347\232\204\347\254\224\350\256\260.md" | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 "0\345\217\267\344\270\230\344\270\230/\344\275\234\344\270\232/HelloWord.java" create mode 100644 "0\345\217\267\344\270\230\344\270\230/\347\254\224\350\256\260/20221123 java\347\254\254\344\270\200\350\212\202\350\257\276\347\232\204\347\254\224\350\256\260.md" diff --git "a/0\345\217\267\344\270\230\344\270\230/\344\275\234\344\270\232/HelloWord.java" "b/0\345\217\267\344\270\230\344\270\230/\344\275\234\344\270\232/HelloWord.java" new file mode 100644 index 0000000..aba2db7 --- /dev/null +++ "b/0\345\217\267\344\270\230\344\270\230/\344\275\234\344\270\232/HelloWord.java" @@ -0,0 +1,5 @@ +public class HelloWord { + public static void main(String[] args) { + System.out.println("Hello World!"); + } +} \ No newline at end of file diff --git "a/0\345\217\267\344\270\230\344\270\230/\347\254\224\350\256\260/20221123 java\347\254\254\344\270\200\350\212\202\350\257\276\347\232\204\347\254\224\350\256\260.md" "b/0\345\217\267\344\270\230\344\270\230/\347\254\224\350\256\260/20221123 java\347\254\254\344\270\200\350\212\202\350\257\276\347\232\204\347\254\224\350\256\260.md" new file mode 100644 index 0000000..6d21790 --- /dev/null +++ "b/0\345\217\267\344\270\230\344\270\230/\347\254\224\350\256\260/20221123 java\347\254\254\344\270\200\350\212\202\350\257\276\347\232\204\347\254\224\350\256\260.md" @@ -0,0 +1,3 @@ +### 第一次学java + +学会了使用javac编译java的源码,得到一个.class的字节码文件. \ No newline at end of file -- Gitee