yaml stuff

This commit is contained in:
Wyatt Miller
2019-08-13 10:48:47 -04:00
commit d315337e8f
7 changed files with 66 additions and 0 deletions

7
main.go Normal file
View File

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