serene-rust-implementation/src/collections/list.rs

8 lines
80 B
Rust

pub struct List {}
impl List {
pub fn h() {
println!("Uo")
}
}