pub fn main_file(println: &str, externed_deps: &[&str]) -> String
Generate a main.rs printing the specified text
main.rs
main_file( r#""hello {}", dep::bar()"#, &[] );