added main.go

This commit is contained in:
dm
2016-02-11 22:43:09 -08:00
parent 9d08e6dd70
commit f278fdda14
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello psyfer")
}