skeleton.go

This commit is contained in:
Sage Vaillancourt 2024-01-21 21:21:48 -05:00
parent f7af1125c1
commit 0429b0354d
1 changed files with 7 additions and 0 deletions

View File

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