add an arrow to indicate code output
This commit is contained in:
@@ -5,8 +5,8 @@ fn main() {
|
|||||||
|
|
||||||
for value in runtime.values() {
|
for value in runtime.values() {
|
||||||
match value {
|
match value {
|
||||||
Ok(v) => println!("{v}"),
|
Ok(v) => println!("=> {v}"),
|
||||||
Err(e) => eprintln!("{e}"),
|
Err(e) => eprintln!("error: {e}"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user