New commands, renamed old commands

Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
2022-08-08 08:00:58 +02:00
parent 93d7e618fc
commit 48427a967c
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/python3
import sys
def main() -> int:
print("IT WORKS!")
return 0