8000 update · rkgatram/Java-Coding-Problems@1ca2ef2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ca2ef2

Browse files
update
1 parent 58cfeb0 commit 1ca2ef2

File tree

1 file changed

+2
-4
lines changed
  • Chapter01/P19_DeclareMultilineStrings/src/modern/challenge

1 file changed

+2
-4
lines changed

Chapter01/P19_DeclareMultilineStrings/src/modern/challenge/Main.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@ public static void main(String[] args) {
3939
System.out.println("Text 4:" + LS + text4);
4040
System.out.println("--------------------------------------------");
4141

42-
// JDK 13 text blocks
43-
/*
42+
// JDK 13 text blocks
4443
String text5 = """My high school,
4544
the Illinois Mathematics and Science Academy,
4645
showed me that anything is possible
4746
and that you're never too young to think big.""";
4847
System.out.println("Text 5:" + LS + text5);
49-
System.out.println("--------------------------------------------");
50-
*/
48+
System.out.println("--------------------------------------------");
5149
}
5250

5351
}

0 commit comments

Comments
 (0)
0