diff options
Diffstat (limited to 'src/hello.pd_luax')
-rw-r--r-- | src/hello.pd_luax | 4 |
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 |