Novartis / hello.py
Last commit not found
raw
history blame
86 Bytes
def main():
print("Hello from novartis!")
if __name__ == "__main__":
main()