FXWE2GMJ44UWYHQSXJTQLAL6Z2LDMFJVVRUZZSSLUBMGZ6PKH5CQC
H6XH45OPVRRAAP2N4AK3DCHVVSMVQ6B3MQZYKU7YVCN4O2IJGQUQC
// I AM NOT DONE
let second = ???;
let second = numbers.1;
let /* your pattern here */ = cat;
let (name, age) = cat;
let nice_slice = ???
let nice_slice = &a[1..=3];
let a = ???
let a = [0; 100];
let // Finish this line like the example! What's your favorite character?
let your_character = 'a'; // Finish this line like the example! What's your favorite character?
let // Finish the rest of this line like the example! Or make it be false!
let is_evening = true; // Finish the rest of this line like the example! Or make it be false!