This commit is contained in:
Fernando Melo
2026-05-27 11:32:55 -03:00
parent ec678c077c
commit dbef87dd0e
3 changed files with 14 additions and 0 deletions

6
main.py Normal file
View File

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