6 lines
87 B
Python
6 lines
87 B
Python
def main():
|
|
print("Hello from micromail!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|