aboutsummaryrefslogtreecommitdiff
path: root/src/hello.pd_luax
blob: 5eb1f14b794ebb5906609f149021542fa3821468 (plain)
1
2
3
4
return function(self, sel, atoms)
  pd.post("Hello, world!")
  return true
end