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

Merge branch 'v1.0.0' into 'main'

test-myl

See merge request !1
parents 45cda665 a33823b1
// 测试代码..
public class MyFirstApp
{
public static viod main(String[] args)
{
int[] arr = {1,2,3,4,5};
for (int i = 0; i <=arr.length; i++)
{
System.out.print(arr[i]);
}
}
}
public class 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