6 lines
55 B
Rust
6 lines
55 B
Rust
|
|
pub mod models;
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
println!("Sandbox")
|
||
|
|
}
|