Having some kind of debugging tool in our belt is extremely useful before writing a lot of code. In this lesson we build a println!()-style syntax using JavaScript’s console.log to be able to log out values in Rust.
The extern "C" code block isn't in my ./crate/src/lib.rs file?
@Jack the "C" is not mandatory as far as I know or what do you mean?