This commit is contained in:
Michael Franz 2025-10-22 11:14:35 +02:00
commit 1cfa5a991e
1 changed files with 7 additions and 0 deletions

7
main.go Normal file
View File

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