Ad
  • Custom User Avatar

    Put

    enum Input {
      Text(String),
      Number(i32),
      Decimal(f64),
      ...
    }
    

    into the description may be better

  • Custom User Avatar

    In rust, 'run samples' use function name 'multiply' but in solution, it use 'solution' as functio name.