This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
devilutionX-libzt
mirror of
https://github.com/diasurgical/libzt.git
Watch
1
Star
0
Fork
You've already forked devilutionX-libzt
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
305
Commits
2
Branches
0
Tags
18 MiB
Tree:
9e2884df93
devx-1.4.0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9e2884df93'
${ noResults }
devilutionX-libzt
/
tests
/
unit
/
docker
/
hello.lua
4 lines
100 B
Raw
Normal View
History
Unescape
Escape
added compilation sanity checks, unit test script, updated docs
10 years ago
local
msg
=
"
welcome to the machine!
"
redis.call
(
"
SET
"
,
"
msg
"
,
msg
)
return
redis.call
(
"
GET
"
,
"
msg
"
)