diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung2/foo.lua')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung2/foo.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/foo.lua b/Master/texmf-dist/doc/latex/einfuehrung2/foo.lua new file mode 100644 index 00000000000..5753f61bc89 --- /dev/null +++ b/Master/texmf-dist/doc/latex/einfuehrung2/foo.lua @@ -0,0 +1,5 @@ +#!/usr/bin/lua +lines = { + luaH_set = 10, + luaH_get = 24, + luaH_present = 46 } |