Commit 93f7124c authored by ma yanling's avatar ma yanling
Browse files

Merge branch 'v1.0.0' into 'main'

test-2

See merge request !2
parents c3c8da7d fd11ca41
...@@ -8,10 +8,18 @@ public class MyFirstApp ...@@ -8,10 +8,18 @@ public class MyFirstApp
{ {
System.out.print(arr[i]); System.out.print(arr[i]);
} }
int first = 10;
int second = 20;
System.out.println("输入两个数字: " + first + " " + second);
int sum = first + second;
System.out.println("总和: " + sum);
} }
} }
public class Test public class Test
{ {
//; //;
test ;
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment