From bfbfcba3979069388ff561267cdd6997f90f7f99 Mon Sep 17 00:00:00 2001 From: Saumya Srivastava Date: Tue, 20 Feb 2024 23:21:25 +0530 Subject: [PATCH 1/2] New file added --- .idea/.gitignore | 3 +++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ SimpleBot.java | 2 +- SimpleChatBot.iml | 11 +++++++++++ textfile.txt | 1 + 7 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 SimpleChatBot.iml create mode 100644 textfile.txt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..69ace3f --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6583aef --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ 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/SimpleBot.java b/SimpleBot.java index 48c7b93..9f88d21 100644 --- a/SimpleBot.java +++ b/SimpleBot.java @@ -58,6 +58,6 @@ static void test() { } static void end() { - System.out.println("Congratulations, have a nice day!"); + System.out.println("Congratulations, have a great day!"); } } diff --git a/SimpleChatBot.iml b/SimpleChatBot.iml new file mode 100644 index 0000000..7d7604b --- /dev/null +++ b/SimpleChatBot.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/textfile.txt b/textfile.txt new file mode 100644 index 0000000..40ee964 --- /dev/null +++ b/textfile.txt @@ -0,0 +1 @@ +Hey, this is a new change. \ No newline at end of file From 0d27d699e328917b4644ccfa77f9878dc20e1a3a Mon Sep 17 00:00:00 2001 From: Saumya Srivastava Date: Wed, 21 Feb 2024 09:47:29 +0530 Subject: [PATCH 2/2] saumya/newfile --- SimpleBot.java | 2 +- text2.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 text2.txt diff --git a/SimpleBot.java b/SimpleBot.java index 9f88d21..48c7b93 100644 --- a/SimpleBot.java +++ b/SimpleBot.java @@ -58,6 +58,6 @@ static void test() { } static void end() { - System.out.println("Congratulations, have a great day!"); + System.out.println("Congratulations, have a nice day!"); } } diff --git a/text2.txt b/text2.txt new file mode 100644 index 0000000..e69de29