First commit!

This commit is contained in:
Mikkel Milo 2016-02-17 17:59:58 +01:00
commit f38eeefd09
1 changed files with 7 additions and 0 deletions

7
hello.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello, World")
}