mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-29 18:14:15 -05:00
3 lines
53 B
Python
3 lines
53 B
Python
def hello_world() -> str:
|
|
return "Hello, world!"
|