@ -0,0 +1,3 @@
module git.greysoh.dev/imterah/boron
go 1.23.2
@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}