Merge pull request #322 from lokiiarora/language/purescript

update, add purescript language
This commit is contained in:
Luke Oliff 2018-10-08 09:34:22 -07:00 committed by GitHub
commit aef626d922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -1149,6 +1149,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
[![github-alt][github-img]](https://github.com/DRXDesign)
[![dribbblegit status-alt][dribbble-img]](https://dribbble.com/DRXDesign)
### Lokesh Raj Arora
- I am a 22 year old self taught web developer, I love working on web technologies
- [![twitter-alt][twitter-img]](https://twitter.com/thatlokiiguy)
[![facebook-alt][facebook-img]](https://facebook.com/lokiiarora)
[![github-alt][github-img]](https://github.com/lokiiarora)
------------
## Copyright

4
code/lokesh.purs Normal file
View File

@ -0,0 +1,4 @@
import Prelude
import Effect.Console (log)
main = log("Hello World!")