This website requires JavaScript.
Explore
Help
Sign In
tomasz
/
code-examples
Watch
1
Star
0
Fork
You've already forked code-examples
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0ad0eb46c7
code-examples
/
scripts
/
nvim
/
lua
/
testmodule.lua
4 lines
58 B
Lua
Raw
Blame
History
local
foo
=
1
print
(
string.format
(
'
Hello foo: %d
'
,
foo
)
)
Reference in New Issue
View Git Blame
Copy Permalink