Skip to content

Commit 0b46d60

Browse files
committed
Section 5 Operator Expression
Signed-off-by: Somesh diwan <[email protected]>
1 parent 08667a0 commit 0b46d60

File tree

1 file changed

+2
-2
lines changed
  • Section5OperatorExpression/1. Fundamentals/src

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public class Hello {
22
public static void main(String[] args) {
3-
System.out.println("Hello");
3+
System.out.println("Hello, setup done");
44
}
5-
}
5+
}

0 commit comments

Comments
 (0)