Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JBAujogue
/
Rubik-Tensor
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a478bce
Rubik-Tensor
/
src
/
rubik
/
hello.py
JBAujogue
minimal fire example
cf95a3b
2 months ago
raw
Copy download link
history
blame
59 Bytes
def
hello_world
(
s:
str
) ->
None
:
print
(
f"Hello
{s}
!"
)