5 lines
41 B
Go
5 lines
41 B
Go
package main
|
|
|
|
func main() {
|
|
Execute()
|
|
}
|
package main
|
|
|
|
func main() {
|
|
Execute()
|
|
}
|