Skip to content

Commit 3135787

Browse files
committed
Print line 2&navinreddy20#3 added
1 parent be5de0e commit 3135787

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

DataStructuresJava/src/LinkedList.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,7 @@ public void show()
8787
System.out.println(node.data);
8888

8989
System.out.println("Hello World!");
90+
System.out.println("Hello World1!");
91+
System.out.println("Hello World2!");
9092
}
9193
}

GitDemo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 73b7807783888a0315f38d8fbeeed9ed8172a74d

0 commit comments

Comments
 (0)