Skip to content

Commit

Permalink
repl
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroflag committed Dec 28, 2024
1 parent f5b8f1b commit b9d791e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions repl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ compiler:eval_file("lib.eqx")

print("Welcome to the Delta Quadrant on Equinox (" .. _VERSION .. ")")
print("Engage warp speed and may your stack never overflow.")
print("Type words to see wordlist and bye to exit.")

print([[
___________________ _-_
\__(==========/_=_/ ____.---'---`---.____
\_ \ \----._________.----/
\ \ / / `-_-'
__,--`.`-'..'-_
/____ ||
`--.____,-'
___________________ _-_
\__(==========/_=_/ ____.---'---`---.____
\_ \ \----._________.----/
\ \ / / `-_-'
__,--`.`-'..'-_
/____ ||
`--.____,-'
]])

print("Type words to see wordlist or bye to exit.")

while true do
io.write("# ")
local input = io.read()
Expand Down

0 comments on commit b9d791e

Please sign in to comment.