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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ Start adding your names here:
[![dribbble-alt][dribbble-img]](https://dribbble.com/example)
[![github-alt][github-img]](https://github.com/example)

## Oliver Theunissen
- I am a biochemist

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥼

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-)

- I work sometimes

## How to Contribute

Please read our [contributing](CONTRIBUTING.md) guidelines before making your pull request.
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!!")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

}