260630_170753

This commit is contained in:
Maciej J. Bowszys 2026-06-30 17:07:53 +02:00
parent 3bcb3ca1da
commit a2d00a212d
2 changed files with 11 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.makemore.cloud/mjbow/moira_db
go 1.26.4

8
moira_db.go Normal file
View File

@ -0,0 +1,8 @@
package main
import "fmt"
func main(){
fmt.Println("Welcome to moira_db!");
}