From 92d59e5c8788dc698953a7e4113baea92fb61ef9 Mon Sep 17 00:00:00 2001
From: sspkuJava2022-undergrad
<11833606+sspkujava2022-undergrad@user.noreply.gitee.com>
Date: Thu, 27 Oct 2022 22:58:11 +0800
Subject: [PATCH] change1
---
.idea/dbnavigator.xml | 463 ++++++++++++++++++
.idea/vcs.xml | 6 +
.../Main.java" | 9 +
3 files changed, 478 insertions(+)
create mode 100644 .idea/dbnavigator.xml
create mode 100644 .idea/vcs.xml
create mode 100644 "2200022738 \346\235\216\346\200\235\347\220\252/Main.java"
diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml
new file mode 100644
index 0000000..22b24ed
--- /dev/null
+++ b/.idea/dbnavigator.xml
@@ -0,0 +1,463 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/2200022738 \346\235\216\346\200\235\347\220\252/Main.java" "b/2200022738 \346\235\216\346\200\235\347\220\252/Main.java"
new file mode 100644
index 0000000..c653750
--- /dev/null
+++ "b/2200022738 \346\235\216\346\200\235\347\220\252/Main.java"
@@ -0,0 +1,9 @@
+public class Main {
+
+ public static void main(String[] args){
+
+ System.out.println("hello world!");
+ System.out.printf("hello world!!\n");
+ System.out.print("hello world!!!");
+ }
+}
\ No newline at end of file
--
Gitee