8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cfeb0 commit 1ca2ef2Copy full SHA for 1ca2ef2
Chapter01/P19_DeclareMultilineStrings/src/modern/challenge/Main.java
@@ -39,15 +39,13 @@ public static void main(String[] args) {
39
System.out.println("Text 4:" + LS + text4);
40
System.out.println("--------------------------------------------");
41
42
- // JDK 13 text blocks
43
- /*
+ // JDK 13 text blocks
44
String text5 = """My high school,
45
the Illinois Mathematics and Science Academy,
46
showed me that anything is possible
47
and that you're never too young to think big.""";
48
System.out.println("Text 5:" + LS + text5);
49
- System.out.println("--------------------------------------------");
50
- */
+ System.out.println("--------------------------------------------");
51
}
52
53
0 commit comments