Files
monkey/examples/input.monkey
Chuck Smith 997f0865f4
Some checks failed
Build / build (push) Failing after 1m40s
Test / build (push) Failing after 11m47s
Extra Features
2024-03-14 21:25:47 -04:00

3 lines
63 B
Plaintext

let name = input("What is your name? ")
print("Hello " + name)