Initial commit.

This commit is contained in:
2025-12-10 15:05:08 +01:00
commit 2c1b1ab38c
5 changed files with 30 additions and 0 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
fmt.Printf("The version is %s\n", Version)
}