Initial commit

This commit is contained in:
Oliver Davies 2025-07-31 20:14:14 +01:00
commit bf83db808e
6 changed files with 142 additions and 0 deletions

7
main.go Normal file
View file

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