pub fn run_source(source: &str) -> Result<(), String>
Runs Rust source code directly without compilation.
If the source contains a fn main(), it will be called automatically.
fn main()