mbarak
Some tst
2af06c8
raw
history blame
104 Bytes
def main():
print("Hello from machine-learning-proffesor!")
if __name__ == "__main__":
main()