From e636864fa8abe6d88ddecd951d598efc5c586439 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sat, 31 Jul 2021 11:56:18 +0200 Subject: [PATCH 1/3] Adding myself to the contributors --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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... From f53d1702801c1b617454878260b0b36f0ad6220d Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sat, 31 Jul 2021 11:57:12 +0200 Subject: [PATCH 2/3] my first golang change --- code/suvink.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!!") } From 4130dd74dd88c1c7b2f55ca806c380fccea606cd Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sat, 31 Jul 2021 11:58:09 +0200 Subject: [PATCH 3/3] first python scritp --- code/hello.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 code/hello.py 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!")