From 39fba79b336b9137878aa5f3a1023f43a8c501c3 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 11 Nov 2019 13:35:21 +0500 Subject: [PATCH] File is Added --- chapter_1/class 18SW142.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 chapter_1/class 18SW142.java diff --git a/chapter_1/class 18SW142.java b/chapter_1/class 18SW142.java new file mode 100644 index 0000000..880f91c --- /dev/null +++ b/chapter_1/class 18SW142.java @@ -0,0 +1,7 @@ +class 18SW142 +{ + public static void main(String arsg[]) + { + System.out.println("Is it Working"); + } +} \ No newline at end of file