This commit is contained in:
Lucas Gravley 2020-02-28 10:16:43 -06:00
parent cdd465d9b7
commit 41a288fec9

View file

@ -3,5 +3,5 @@ package main
import "fmt" import "fmt"
func main() { func main() {
fmt.Println("hello world") fmt.Println("hello world")
} }