mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-16 06:09:09 +02:00
2 lines
54 B
Python
2 lines
54 B
Python
def hello() -> None:
|
|
print("Hello from testing!")
|