Commit f7e98f5c authored by ma yanling's avatar ma yanling
Browse files

test

parent 210b46c3
...@@ -3,6 +3,12 @@ public class MyFirstApp ...@@ -3,6 +3,12 @@ public class MyFirstApp
{ {
public static viod main(String[] args) public static viod main(String[] args)
{ {
System.out.print("Hello World"); int[] arr = {1,2,3,4,5};
for (int i = 0; i <=arr.length; i++)
{
System.out.print(arr[i]);
}
} }
} }
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