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