This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
132f21cf74
piston
/
packages
/
java
/
21-ea+22
/
test.java
3 lines
45 B
Java
Raw
Normal View
History
Unescape
Escape
Use simpler main!
2023-05-16 06:39:36 +02:00
void
main
(
)
{
System
.
out
.
println
(
"
OK
"
)
;
Add java 21+ support
2023-05-16 06:21:53 +02:00
}