Skip to content

Instantly share code, notes, and snippets.

@macdonst
Created July 9, 2018 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macdonst/3cd475aaf75d0c1c143e2a35c7b2ebc2 to your computer and use it in GitHub Desktop.
Save macdonst/3cd475aaf75d0c1c143e2a35c7b2ebc2 to your computer and use it in GitHub Desktop.
function main(args) {
return { payload: 'Hello world' };
}
global.main = main;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment