Files
cariddi/output/examples.go
T
2021-05-12 19:14:05 +02:00

10 lines
121 B
Go

package output
import "fmt"
//PrintExamples
func PrintExamples() {
Beautify()
fmt.Println("The examples go here.")
}