Function orkz::who

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

Show who you are.

§Examples

use orkz::who;

println!("{}", who());