pub fn simple_run(source: &str) -> u8Expand description
Converts the given source code to a SBrain executable and runs it, taking input from stdin and doing output on stdout.
ยงPanics
Panics if there is an I/O error with standard in or standard out.