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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down
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 together!")
}