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
f7e98f5c
Commit
f7e98f5c
authored
Sep 26, 2024
by
ma yanling
Browse files
test
parent
210b46c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
test-myl/test.java
test-myl/test.java
+7
-1
No files found.
test-myl/test.java
View file @
f7e98f5c
...
@@ -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
]);
}
}
}
}
}
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