保存进度!

This commit is contained in:
Kane Wang 2023-06-16 18:35:19 +08:00
parent 503a5bcdff
commit dfdde2f8d3
1 changed files with 13 additions and 1 deletions

View File

@ -51,4 +51,16 @@ public class DesktopArchievementTest
error.printStackTrace();
}
}
@Test
public void testArray()
{
int[] num =
{ 12, 3, 4, 5, 4, 45654,};
for ( int item : num )
{
}
}
}