Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hprasath
/
One-For-All-Server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f482741
One-For-All-Server
/
Main.java
hprasath
Create Main.java
f482741
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
105 Bytes
public
class
Main
{
public
static
void
main
(String args[])
{
System.out.println(
"Hello World"
);
}
}