[][src]Function sbrain::simple_run

pub fn simple_run(source: &str) -> u8

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.