Calculate the least common multiple of multiple values.
[](https://github.com/rikonaka/lcmx-rs/actions/workflows/rust.yml)
```rust
use lcmx::lcmx;
fn main() {
}
```