Trivial goop while refreshing on RBE

main
Dan Buch 7 months ago
parent 41f53c34c0
commit dc8045a20e
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -1,3 +1,4 @@
#[allow(dead_code)]
#[derive(Debug)]
struct Person<'a> {
name: &'a str,

@ -20,6 +20,6 @@ impl fmt::Display for List {
}
fn main() {
let v = List(vec![1, 2, 3]);
let v = List(vec![6, 0, 6, 8, 0, 8, 9, 1, 1, 1, 3, 1, 2]);
println!("{}", v);
}

Loading…
Cancel
Save