mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-11-16 01:07:26 +00:00
Merge pull request #322 from lokiiarora/language/purescript
update, add purescript language
This commit is contained in:
commit
aef626d922
@ -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
4
code/lokesh.purs
Normal file
@ -0,0 +1,4 @@
|
||||
import Prelude
|
||||
import Effect.Console (log)
|
||||
|
||||
main = log("Hello World!")
|
Loading…
Reference in New Issue
Block a user