diff --git a/README.md b/README.md index 3832f09..664e579 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,12 @@ Start adding your names here: - I am a student at Manipal Institute of Technology - My hobbies include coding, playing sports and running. +### Nicolás Demarchi +- I love pytyhon. +- I work for Europython +- [![twitter-alt][twitter-img]](https://twitter.com/gilgamezh) + + ### Example Profile - I'm an example that you can copy, if you want :) - I work for... diff --git a/code/hello.py b/code/hello.py new file mode 100644 index 0000000..f3b7ead --- /dev/null +++ b/code/hello.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + + +if __name__ == "__main__": + print("Hello world!") diff --git a/code/suvink.go b/code/suvink.go index 102b228..25447d9 100644 --- a/code/suvink.go +++ b/code/suvink.go @@ -5,5 +5,5 @@ package main import "fmt" func main() { - fmt.Println("Hello world, let us code!") + fmt.Println("Hello world, let us code!!") }