1 2 3 4 5 6
use test_cp_first_lib::PrimaryColor; fn main() { let a = PrimaryColor::Red; // println!("Hello, world! {:?}"); }