ergo_wallet_lib/
lib.rs

1pub fn hello() -> String {
2    "Ergo".to_string()
3}