Hugging Face
Models
Datasets
Spaces
Community
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...
f830391
One-For-All-Server
/
temp
/
9600rza
/
Main.java
hprasath
Upload 2 files
13c32cb
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
214 Bytes
import
java.util.*;
import
java.lang.*;
import
java.io.*;
public
class
Main
{
public
static
void
main
(String[] args)
{
// your code goes here
System.out.println(
"Hello World!!"
);
}
}