voidway/hello.go

8 lines
63 B
Go
Raw Normal View History

2024-11-21 10:01:50 +04:00
package main
import "fmt"
func main() {
fmt.Println("Hi")
}