mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
8 lines
126 B
Rust
8 lines
126 B
Rust
extern crate python_compiler;
|
|
|
|
use python_compiler::python_compiler::compile;
|
|
|
|
fn main() {
|
|
println!("{:?}", compile());
|
|
}
|