9 lines
73 B
Rust
9 lines
73 B
Rust
|
|
|
|
#![deny(clippy)]
|
|
#![allow(unused_imports)]
|
|
|
|
use std::*;
|
|
|
|
fn main() { }
|