[][src]Function horse::show

pub fn show()

Load a horse ascii image from this project to display.

And how to use it ?

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