Initial commit
This commit is contained in:
4
examples/names.io
Normal file
4
examples/names.io
Normal file
@@ -0,0 +1,4 @@
|
||||
println "Hello there!";
|
||||
print "What is your name? ";
|
||||
let str yourName input;
|
||||
println "Hello, " + yourName + "!";
|
Reference in New Issue
Block a user