pathfinder2/src/main.rs

6 lines
56 B
Rust
Raw Normal View History

2022-08-30 15:13:15 +00:00
mod u256;
fn main() {
println!("Hello, world!");
}