Skip to content

Instantly share code, notes, and snippets.

@akashgoswami
Last active September 6, 2021 19:16
Show Gist options
  • Save akashgoswami/c42df4700b95fccf07867a30a03647f5 to your computer and use it in GitHub Desktop.
Save akashgoswami/c42df4700b95fccf07867a30a03647f5 to your computer and use it in GitHub Desktop.
nsim demo
function hello() {
return 'World';
}
export { hello };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment