Merge pull request #348 from amintasvrp/amintasvrp

My name on read.md
This commit is contained in:
Josh Cunningham 2018-10-09 08:58:32 -07:00 committed by GitHub
commit 76241476af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -167,6 +167,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- [![twitter-alt][twitter-img]](https://twitter.com/avarshal)
[![github-alt][github-img]](https://github.com/mudspringhiker)
- [Know more at](https://alonavarshal.com)
### Amintas Victor
- I'm a Science Computing graduating, from Brasil
- About Me: Web developer, Literati, Cinephile, Enthusiast in Psychology and Philosophy, and Cook in my spare time
- [![github-alt][github-img]](https://github.com/amintasvrp)
### Ana Carolina Ferreira

3
code/HelloWorld.hs Normal file
View File

@ -0,0 +1,3 @@
main :: IO()
main = do
putStrLn("Hello World ! I am Amintas :)")