Function show

Source
pub fn show()
Expand description

ยงLoad a horse ascii image from this project to display.

And how to use it ?

fn main(){
    horse::show();
}