77cd64dd60
implemented formatted printing of stack and bookmarks
4 lines
76 B
Rust
4 lines
76 B
Rust
|
|
pub fn debug_print(string: &str) {
|
|
println!("echo '{}' && ", string);
|
|
} |