diff options
author | Botond Hende <nettingman@gmail.com> | 2025-05-01 16:09:20 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2025-05-01 16:09:20 +0200 |
commit | ad2f2229506a993473f48d70b509022dea1b0f9d (patch) | |
tree | 37c564f113c0bfffd83900ad932f2e8dd4adfa9f /src/modules/other.lua |
initial commit
Diffstat (limited to 'src/modules/other.lua')
-rw-r--r-- | src/modules/other.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/other.lua b/src/modules/other.lua new file mode 100644 index 0000000..7b9c0c1 --- /dev/null +++ b/src/modules/other.lua @@ -0,0 +1 @@ +print("Hello from other!") |