Skip to content

Instantly share code, notes, and snippets.

@JoviDeCroock
Created February 17, 2020 19:08
Show Gist options
  • Save JoviDeCroock/90bd03c3c75d02f47189bb4b67988410 to your computer and use it in GitHub Desktop.
Save JoviDeCroock/90bd03c3c75d02f47189bb4b67988410 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
export function foo() {
return 'hello world';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment