This commit is contained in:
2026-03-26 19:05:09 -04:00
parent 342f788f5b
commit c9c5dc7440

9
cmd/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, from my very first self hosted git repo!")
}