Skip to content

Commit

Permalink
polymath-rs readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reenigneEsrever92 committed Dec 21, 2023
1 parent b39f7a8 commit db2e336
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions polymath-rs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Quick Start

```bash
cargo add polymath-rs
```

```rust
fn main() {
println!("{}", polymath-rs::to_math_ml("sum_(i=1)^n i^3=((n(n+1))/2)^2"));
}
```

0 comments on commit db2e336

Please sign in to comment.