Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
test-almondo
/
test2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e338d50
test2
File size: 78 Bytes
e338d50
1
2
3
4
5
6
7
def
main
():
print
(
"Hello World!"
)
if
__name__ ==
"__main__"
: main()