// use test_pub_create::kinds::PrimaryColor;
// use test_pub_create::kinds::SecondaryColor;
// use test_pub_create::utils::add_one;
usetest_pub_create::PrimaryColor;usetest_pub_create::SecondaryColor;usetest_pub_create::add_one;fnmain(){let pc1 =PrimaryColor::Blue;let sc1 =SecondaryColor::Green;let x =10;let y =add_one(x);println!("x = {}, y = {}", x, y);}