diff --git a/README.md b/README.md index 527709d..fac8e49 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/code/lokesh.purs b/code/lokesh.purs new file mode 100644 index 0000000..4090507 --- /dev/null +++ b/code/lokesh.purs @@ -0,0 +1,4 @@ +import Prelude +import Effect.Console (log) + +main = log("Hello World!") \ No newline at end of file