From 424b4f5c967e310f42df3c64c4e14425c2d2bcbe Mon Sep 17 00:00:00 2001 From: aaricee <> Date: Wed, 6 Aug 2025 16:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8hello.java=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E5=85=B1=E5=9F=BA=E7=A1=80=E5=8A=9F=E8=83=BD=E7=9A=84?= =?UTF-8?q?=E5=87=BD=E6=95=B0=EF=BC=8C=E5=AE=9E=E7=8E=B0=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E8=BD=AC=E6=8D=A2json=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hello.java | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Hello.java b/Hello.java index b8a5adf..2154499 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 -- Gitee