diff --git a/README.md b/README.md index 3832f09..8cf9022 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,11 @@ Start adding your names here: - I am a student at Manipal Institute of Technology - My hobbies include coding, playing sports and running. +### Katrin Abrahams +- I'm a beginner to open-source staff but I am really motivated :-) +- I want to get to know new people :-) +- My hobbies include cooking and a lot of sports :-) + ### Example Profile - I'm an example that you can copy, if you want :) - I work for... diff --git a/code/suvink.go b/code/suvink.go index 102b228..eee3eba 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 together!") }