Files
RustPython/src/main.rs
2022-08-04 15:46:17 +09:00

4 lines
74 B
Rust

pub fn main() -> std::process::ExitCode {
rustpython::run(|_vm| {})
}