transactify / main.py
ananthakrishnan
updated code
f7ada72
raw
history blame
126 Bytes
# hello_world.py
def hello_world():
print("Hello World from Hugging Face!")
if __name__ == "__main__":
hello_world()