Skip to content

Instantly share code, notes, and snippets.

@asimkaya
Last active July 28, 2021 14:22
Show Gist options
  • Save asimkaya/021ad24e2015d8e79e26153bfbd2ad89 to your computer and use it in GitHub Desktop.
Save asimkaya/021ad24e2015d8e79e26153bfbd2ad89 to your computer and use it in GitHub Desktop.
main
console.log('hi asim')
export function sum(a,b) {
return console.log(a + b);
}
@asimkaya
Copy link
Author

this is a basic github gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment