Skip to content

Commit

Permalink
Addresses dcoy#3, Adding #golang support and adding myself as a contr…
Browse files Browse the repository at this point in the history
…ibutor.
  • Loading branch information
willmadison committed Oct 9, 2016
1 parent dcce612 commit cc646b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ If you would like to contribute, please add a "Hello world" file in the language
### List of Contributors

* David Coy (@obsidianspork)
* Will Madison (@willmadison)
7 changes: 7 additions & 0 deletions hello.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Hello World!")
}

0 comments on commit cc646b3

Please sign in to comment.