diff --git a/Hello.java b/Hello.java index b8a5adfe3b425ec20719b83515964f3908bf759d..2154499c2df135df23a415d52af7337cd048a916 100644 --- a/Hello.java +++ b/Hello.java @@ -6,13 +6,4 @@ public class Hello Hello bigHello = new Hello(); int result = bigHello.sum(x, y); - String buf = String.format("The sum is %d", result); - System.out.println(buf); - } - - - private int sum(int a, int b) - { - return a+b; - } -} \ No newline at end of file + String buf = String.format( \ No newline at end of file