blank slate go app

This commit is contained in:
2026-01-21 14:15:59 -05:00
parent 39dcad6bcc
commit 1b9437fea9
6 changed files with 10 additions and 307 deletions

7
app/main.go Normal file
View File

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