7 lines
95 B
Python
7 lines
95 B
Python
def main():
|
|
print("Hello from meow-vocab-script!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|