Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ma yanling
hutool-5-master
Commits
c3c8da7d
Commit
c3c8da7d
authored
Sep 29, 2024
by
ma yanling
Browse files
Merge branch 'v1.0.0' into 'main'
test-myl See merge request
!1
parents
45cda665
a33823b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
test-myl/test.java
test-myl/test.java
+17
-0
No files found.
test-myl/test.java
0 → 100644
View file @
c3c8da7d
// 测试代码..
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
{
//;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment