nvim/test.py
2025-11-15 22:12:23 -05:00

6 lines
71 B
Python

def hello():
print("hi!")
if __name__ == "__main__":
hello()