Add placeholder hello world text

This commit is contained in:
Christine Dodrill 2015-07-31 01:50:25 -07:00
parent 7ed961f871
commit a864333bc2
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, world! This is a placeholder.")
}

Binary file not shown.