ablescript/src/file_load.rs

4 lines
75 B
Rust

pub fn run_file(filepath: &String) {
println!("{}{}", filepath, PI);
}