build/main.go
Kai Reichart 75edd598b0
Some checks failed
/ test_build (push) Has been cancelled
added components
2024-11-27 13:05:39 +01:00

7 lines
74 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}