Skip to content

Commit

Permalink
Merge pull request #55 from LRFLEW/lua
Browse files Browse the repository at this point in the history
Add Lua Version
  • Loading branch information
Krutonium authored Oct 3, 2018
2 parents f8014df + 4834473 commit 01ff27d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Lua/OwO.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
print([[ *Notices Bulge*
__ ___ _ _ _ _ _
\ \ / / |__ __ _| |_ ( ) ___ | |_| |__ (_) ___
\ \ /\ / /| '_ \ / _\`| __|// / __| | __| '_ \| |/ __|
\ V V / | | | | (_| | |_ \__ \ | |_| | | | |\__ \
\_/\_/ |_| |_|\__,_|\__| |___/ \___|_| |_|_|/___/]])
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ __ ___ _ _ _ _ _
#### Lisp
`clisp OwO.lisp`

#### Lua
`lua OwO.lua`

#### Nim
`nim compile --run OwO.nim` or `nimble run`

Expand Down

0 comments on commit 01ff27d

Please sign in to comment.