From 708d843d46f83d9a139cd91bd61f4c592f410746 Mon Sep 17 00:00:00 2001 From: Sameer Akhtari Date: Thu, 7 Nov 2019 10:47:30 +0500 Subject: [PATCH] 18SW107 --- chapter_1/18SW107.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 chapter_1/18SW107.txt diff --git a/chapter_1/18SW107.txt b/chapter_1/18SW107.txt new file mode 100644 index 0000000..b40b6ce --- /dev/null +++ b/chapter_1/18SW107.txt @@ -0,0 +1,6 @@ +public class note{ +public static void main(String args[]) +{ +System.out.println("Hello"); +} +} \ No newline at end of file