transactify / main.py
ananthakrishnan
tech: update main script
e1b95fc
raw
history blame
107 Bytes
# hello_world.py
def hello_world():
print("Hello World")
if __name__ == "__main__":
hello_world()