summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.lua1
-rw-r--r--src/modules/other.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main.lua b/src/main.lua
new file mode 100644
index 0000000..c640527
--- /dev/null
+++ b/src/main.lua
@@ -0,0 +1 @@
+print("Hello Csongi!")
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!")