init go commit

This commit is contained in:
Jermeiah S 2025-06-27 15:06:03 -04:00
parent eadbbf05ca
commit 68c096a67c
No known key found for this signature in database
6 changed files with 90 additions and 0 deletions

8
main.go Normal file
View file

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