simple_run

Function simple_run 

Source
pub fn simple_run(source: &str) -> u8
Expand 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.