mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
update, add purescript language
This commit is contained in:
parent
4ff7e9149b
commit
0c30e89a99
@ -1,8 +1,8 @@
|
|||||||
:warning: This is a Pull Request Template :warning:
|
:warning: This is a Pull Request Template :warning:
|
||||||
> Checkout all the things you've done by placing an \*x*\ within the square braces.
|
> Checkout all the things you've done by placing an \*x*\ within the square braces.
|
||||||
## Proposed Changes
|
## Proposed Changes
|
||||||
- [ ] I've forked the repository.
|
- [x] I've forked the repository.
|
||||||
- [ ] I've created a branch and made my chagnes in it.
|
- [x] I've created a branch and made my chagnes in it.
|
||||||
- [ ] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it.
|
- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it.
|
||||||
- [ ] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md)
|
- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md)
|
||||||
- [ ] I understand opening a PULL REQUEST doesn't mean it will be merged for sure.
|
- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure.
|
||||||
|
@ -1145,6 +1145,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
|||||||
[![github-alt][github-img]](https://github.com/DRXDesign)
|
[![github-alt][github-img]](https://github.com/DRXDesign)
|
||||||
[![dribbblegit status-alt][dribbble-img]](https://dribbble.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
|
## 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