8 lines
63 B
Go
8 lines
63 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("OK")
|
||
|
}
|