Files
RustPython/src/main.rs
2020-12-01 15:06:02 -06:00

4 lines
48 B
Rust

pub fn main() {
rustpython::run(|_vm| {})
}