Last active
July 28, 2021 14:22
-
-
Save asimkaya/021ad24e2015d8e79e26153bfbd2ad89 to your computer and use it in GitHub Desktop.
main
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
| console.log('hi asim') | |
| export function sum(a,b) { | |
| return console.log(a + b); | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is a basic github gist