voidway/hello.go
2024-11-21 10:01:50 +04:00

7 lines
63 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hi")
}