6 lines
64 B
Rust
6 lines
64 B
Rust
|
|
use not_python::syn;
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
println!("hell world");
|
||
|
|
}
|