7 lines
88 B
Python
7 lines
88 B
Python
def main():
|
|
print("Hello from code-tools!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|