This repository has been archived on 2020-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
not-python-old.2020-08-27/src/main.rs

7 lines
65 B
Rust
Raw Normal View History

mod syn;
mod util;
fn main() {
println!("Hello, world!");
}