Skip to content

Commit

Permalink
Update hello.or
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnabRollin committed Mar 14, 2024
1 parent 662278c commit d3097ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/hello.or
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# say("Hello from Orion version", __env_version)
say("Hello from Orion version", __env_version)

# let name = ask("What is your name? ")
# say("Hello", name)
let name = ask("What is your name? ")
say("Hello", name)

let s = 2 * 56
say("2 * 56 is", s)
let sum_ = 12
say("12 * 5 is", sum_)

0 comments on commit d3097ca

Please sign in to comment.