macro_rules! solution_only {
    ($($tt: tt)*) => { ... };
}