From 69a9543f2fe77348ace4095cbe6a814dbbdf3774 Mon Sep 17 00:00:00 2001 From: seahi Date: Mon, 2 Sep 2024 22:07:22 +0800 Subject: [PATCH] =?UTF-8?q?9=E6=9C=883=E6=97=A5=20=E5=91=A8=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Example14.java | 2 ++ src/Example16.java | 2 ++ src/Example17.java | 2 ++ src/SuperMarket.java | 2 ++ 4 files changed, 8 insertions(+) create mode 100644 src/Example14.java create mode 100644 src/Example16.java create mode 100644 src/Example17.java create mode 100644 src/SuperMarket.java diff --git a/src/Example14.java b/src/Example14.java new file mode 100644 index 0000000..a3e2089 --- /dev/null +++ b/src/Example14.java @@ -0,0 +1,2 @@ +package PACKAGE_NAME;public class Example14 { +} diff --git a/src/Example16.java b/src/Example16.java new file mode 100644 index 0000000..e2fd0d6 --- /dev/null +++ b/src/Example16.java @@ -0,0 +1,2 @@ +package PACKAGE_NAME;public class Example16 { +} diff --git a/src/Example17.java b/src/Example17.java new file mode 100644 index 0000000..ed03dd9 --- /dev/null +++ b/src/Example17.java @@ -0,0 +1,2 @@ +package PACKAGE_NAME;public class Example17 { +} diff --git a/src/SuperMarket.java b/src/SuperMarket.java new file mode 100644 index 0000000..ac5b8ce --- /dev/null +++ b/src/SuperMarket.java @@ -0,0 +1,2 @@ +package PACKAGE_NAME;public class SuperMarket { +}