From 8c1388944f17a300f5b344d4374dcaad08775e67 Mon Sep 17 00:00:00 2001 From: p51497208 <111@qq.com> Date: Thu, 15 Oct 2020 11:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9--=E7=9B=B4=E6=8E=A5=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- len-core/src/main/java/com/len/App.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/len-core/src/main/java/com/len/App.java b/len-core/src/main/java/com/len/App.java index 1d50c8d..41910d6 100644 --- a/len-core/src/main/java/com/len/App.java +++ b/len-core/src/main/java/com/len/App.java @@ -8,6 +8,9 @@ public class App { public static void main( String[] args ) { + int nCounter; + + nCounter = 0; System.out.println( "Hello World!" ); } }