mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-23 01:54:57 +02:00
10 lines
121 B
Go
10 lines
121 B
Go
package output
|
|
|
|
import "fmt"
|
|
|
|
//PrintExamples
|
|
func PrintExamples() {
|
|
Beautify()
|
|
fmt.Println("The examples go here.")
|
|
}
|