Make this build for now

This commit is contained in:
Christine Dodrill 2015-10-09 09:40:07 -07:00
parent e0517d987a
commit c99bb81a88
1 changed files with 6 additions and 0 deletions

View File

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