This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
vala
/
bottom-tier-java
Watch
1
Star
0
Fork
1
You've already forked bottom-tier-java
Code
Issues
Pull Requests
Releases
Wiki
Activity
748973e713
bottom-tier-java
/
HelloWorld.java
6 lines
104 B
Java
Raw
Normal View
History
Unescape
Escape
fixed some shit, so it actually runs. *clap clap*
2019-09-16 07:23:24 -04:00
public
class
HelloWorld
{
added hello-world.java
2019-09-13 13:36:24 -04:00
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
print
(
"
hello world
"
)
;
fixed some shit, so it actually runs. *clap clap*
2019-09-16 07:23:24 -04:00
}
added hello-world.java
2019-09-13 13:36:24 -04:00
}
Reference in New Issue
Copy Permalink