chore: Initial commit.

This commit is contained in:
greysoh 2024-11-19 07:20:29 -05:00
commit adeee128bf
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
2 changed files with 10 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.greysoh.dev/imterah/boron
go 1.23.2

7
main.go Normal file
View file

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