Update app.go

This commit is contained in:
Matthew Fisher 2024-03-01 21:26:47 -06:00
parent bc3b6ca336
commit bbaafc5ac6

7
app.go
View File

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