8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "log"
|
|
|
|
func main() {
|
|
log.Println("Running the examples")
|
|
}
|