Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
@@ -0,0 +1,8 @@
class P1 {
public static void main(String[] _args) {
int a = 44;
int b = 56;
System.out.println(a + " + " + b + " = " + (a + b));
}
The note is not visible to the blocked user.