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
commit ce83e1f9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -57,6 +57,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- Reactjs.
- [![github-alt][github-img]](https://github.com/goelaakash79)
### Adeonir Kohl
- UI Designer, Frontend Developer
- [![twitter-alt][twitter-img]](https://twitter.com/adeonir)
[![github-alt][github-img]](https://github.com/adeonir)
### Aditya Choudhary
- Software Engineer in India
- [![twitter-alt][twitter-img]](https://twitter.com/webmasteradi)

5
code/hello.js Normal file
View File

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