index
:
exercism
this commit
master
My solutions for Exercism exercises
Andinus <andinus@nand.sh>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
javascript
/
hello-world
/
hello-world.js
blob: 7e071c7aef4ed33b3a1faec4ad5268952ce79ae6 (
plain
) (
blame
)
1
2
3
export
const
hello
=
()
=>
{
return
"Hello, World!"
;
};