summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/cluttex/example/minted/file.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/cluttex/example/minted/file.lua')
-rw-r--r--Master/texmf-dist/doc/support/cluttex/example/minted/file.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/cluttex/example/minted/file.lua b/Master/texmf-dist/doc/support/cluttex/example/minted/file.lua
new file mode 100644
index 00000000000..d452436fe5f
--- /dev/null
+++ b/Master/texmf-dist/doc/support/cluttex/example/minted/file.lua
@@ -0,0 +1,3 @@
+function greet()
+ print("Goodbye world!")
+end