diff --git a/README.md b/README.md index 6b7b85f..90e402e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/code/HelloWorld.hs b/code/HelloWorld.hs new file mode 100644 index 0000000..0b784dc --- /dev/null +++ b/code/HelloWorld.hs @@ -0,0 +1,3 @@ +main :: IO() +main = do + putStrLn("Hello World ! I am Amintas :)") \ No newline at end of file