Skip to content

Commit fc1197c

Browse files
committed
Task 3 Step 2 from Kim
1 parent dbd3f6c commit fc1197c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/classes/java/main/Lab/App.class

28 Bytes
Binary file not shown.

src/main/java/Lab/App.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ public String getGreeting() {
88
return "Hello world.";
99
}
1010

11-
// Dummy comment
1211
public static void main(String[] args) {
13-
System.out.println(new App().getGreeting());
12+
System.out.println(new App().getGreeting());
13+
System.out.println("Dummy code");
1414
}
1515
}

0 commit comments

Comments
 (0)