commit 1cfa5a991e6a3bcec5dade5fc3deb58688b9dbe6 Author: Michael Franz Date: Wed Oct 22 11:14:35 2025 +0200 First Go diff --git a/main.go b/main.go new file mode 100644 index 0000000..a3dd973 --- /dev/null +++ b/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, World!") +}