Function run_file
Source pub fn run_file(path: impl AsRef<Path>) -> Result<Atom>
Expand description
A convenient helper for directly running one file program.
Returns only the result of running the program, not the final state.
For more options, use State instead.
ยงPanics
Panics if the path is invalid or cannot be read from.