YOGAI / hello.py
1mpreccable's picture
Upload 35 files
0ccc9b6 verified
raw
history blame contribute delete
90 Bytes
def main():
print("Hello from projet-acv-2!")
if __name__ == "__main__":
main()