added main.go

This commit is contained in:
Derek McQuay 2016-02-11 22:43:09 -08:00
parent 9d08e6dd70
commit f278fdda14
1 changed files with 7 additions and 0 deletions

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello psyfer")
}