diff --git a/README.md b/README.md index 3832f09..5a9bf11 100644 --- a/README.md +++ b/README.md @@ -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 + - I work sometimes + ## How to Contribute Please read our [contributing](CONTRIBUTING.md) guidelines before making your pull request. 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!!") }