diff options
author | Nao Pross <np@0hm.ch> | 2021-03-10 00:17:44 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-03-10 00:17:44 +0100 |
commit | 089c649ee3e9b219ff90d88a2aad95e730507410 (patch) | |
tree | b67e332d013f97efd83d9bf74626a6b999758c95 /lua/demo.lua | |
parent | Update .gitignore (diff) | |
download | testbench-ui-089c649ee3e9b219ff90d88a2aad95e730507410.tar.gz testbench-ui-089c649ee3e9b219ff90d88a2aad95e730507410.zip |
Create tests windows
Diffstat (limited to '')
-rw-r--r-- | lua/demo.lua | 3 |
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 |