Merge pull request #131 from adeonir/add-adeonir-kohl

Add adeonir kohl
This commit is contained in:
Luke Oliff
2018-10-05 11:59:10 -07:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

5
code/hello.js Normal file
View File

@@ -0,0 +1,5 @@
const hello = name => {
console.log(`Hello, ${name}`)
}
hello('World!')