WordCounterApp / main.py
ArseniyPerchik's picture
more
a159b10
raw
history blame contribute delete
92 Bytes
def main():
print("Hello from wordcounterapp!")
if __name__ == "__main__":
main()