Which function is the entry point of a simple executable Rust program?
fn println()
fn start()
let main = ();
fn main()