Compare commits

..

No commits in common. "1359eca8cba33ab04cd7064995cd496ce9bf0acc" and "e01415d0976dbf7d9fea254d60d044af6ddb191e" have entirely different histories.

View file

@ -1,5 +1,5 @@
import datetime
print("Ahoj, KSP!")
print("Ahoj, světe!")
now = datetime.datetime.now()
print("Teď je", now)