mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
🎉 Initial commit
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
# javascript-hello - hello-world
|
||||
|
||||
Programming language : JavaScript
|
||||
Created by @Divlo at 5 July 2020.
|
@ -0,0 +1,5 @@
|
||||
function solution (arg) {
|
||||
return 'Hello ' + arg + '!'
|
||||
}
|
||||
|
||||
module.exports = solution
|
Reference in New Issue
Block a user