1
2
3
4
5
/// small demo function, let's make sure things exist
pub fn sup() -> &'static str { "sup" }

/// yo
pub fn yo() -> &'static str { "yo" }