Initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-08 21:53:09 +02:00
commit 43f80a79c1
6 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
def main():
print("Hello world!")
if __name__ == '__main__':
main()