voidway/main.go
2024-11-21 10:17:37 +04:00

7 lines
63 B
Go

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