aboutsummaryrefslogtreecommitdiff
path: root/src/hello.pd_luax
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello.pd_luax')
-rw-r--r--src/hello.pd_luax4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hello.pd_luax b/src/hello.pd_luax
new file mode 100644
index 0000000..5eb1f14
--- /dev/null
+++ b/src/hello.pd_luax
@@ -0,0 +1,4 @@
+return function(self, sel, atoms)
+ pd.post("Hello, world!")
+ return true
+end