Created
February 17, 2020 19:08
-
-
Save JoviDeCroock/90bd03c3c75d02f47189bb4b67988410 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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