Function yiyan::echo

source ·
pub fn echo() -> String
Expand description

Prints greeting.

Examples

let answer = echo();

assert_eq!(6, answer);