Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
5 changes: 5 additions & 0 deletions code/hello.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env python3


if __name__ == "__main__":
print("Hello world!")
2 changes: 1 addition & 1 deletion code/suvink.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package main
import "fmt"

func main() {
fmt.Println("Hello world, let us code!")
fmt.Println("Hello world, let us code!!")
}