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

8 lines
80 B
Rust
Raw Normal View History

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