JBAujogue's picture
minimal fire example
cf95a3b
raw
history blame
59 Bytes
def hello_world(s: str) -> None:
print(f"Hello {s} !")