summaryrefslogtreecommitdiffstats
path: root/lua/demo.lua
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-03-10 00:17:44 +0100
committerNao Pross <np@0hm.ch>2021-03-10 00:17:44 +0100
commit089c649ee3e9b219ff90d88a2aad95e730507410 (patch)
treeb67e332d013f97efd83d9bf74626a6b999758c95 /lua/demo.lua
parentUpdate .gitignore (diff)
downloadtestbench-ui-089c649ee3e9b219ff90d88a2aad95e730507410.tar.gz
testbench-ui-089c649ee3e9b219ff90d88a2aad95e730507410.zip
Create tests windows
Diffstat (limited to 'lua/demo.lua')
-rw-r--r--lua/demo.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/demo.lua b/lua/demo.lua
new file mode 100644
index 0000000..31cb2be
--- /dev/null
+++ b/lua/demo.lua
@@ -0,0 +1,3 @@
+function do_something()
+ return 1
+end