From 65fa1dea10f8a42d63fd9c0170c4a157c2c80315 Mon Sep 17 00:00:00 2001 From: sumair tahir Date: Thu, 7 Nov 2019 10:41:49 +0500 Subject: [PATCH] first commit --- chapter_1/18SW08.txt | 1 + chapter_1/HelloWorld.java.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 chapter_1/18SW08.txt diff --git a/chapter_1/18SW08.txt b/chapter_1/18SW08.txt new file mode 100644 index 0000000..95d09f2 --- /dev/null +++ b/chapter_1/18SW08.txt @@ -0,0 +1 @@ +hello world \ No newline at end of file diff --git a/chapter_1/HelloWorld.java.txt b/chapter_1/HelloWorld.java.txt index 3987a5c..fd86e93 100644 --- a/chapter_1/HelloWorld.java.txt +++ b/chapter_1/HelloWorld.java.txt @@ -1,5 +1,6 @@ class test{ public static void main(String arg[]){ System.out.println("hello"); +System.out.println("hello by sumair"); } } \ No newline at end of file