echo

Function echo 

Source
pub fn echo() -> String
Expand description

Prints greeting.

ยงExamples

let answer = codit::echo();

assert_eq!(6, answer);