This website requires JavaScript.
Explore
Help
Sign In
3009694
/
TestPr2
Watch
1
Star
0
Fork
You've already forked TestPr2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
TestPr2
/
Test.java
6 lines
116 B
Java
Raw
Permalink
Normal View
History
Unescape
Escape
First commit
2024-10-01 14:43:47 +02:00
public
class
Test
{
Second commit
2024-10-01 14:45:29 +02:00
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
"Hello World"
)
;
}
First commit
2024-10-01 14:43:47 +02:00
}