math sum of squares and square of sum

This commit is contained in:
Rorik Star Platinum 2025-12-09 22:59:44 +03:00
parent 9ee73c9129
commit be07d4421e
7 changed files with 249 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "difference_of_squares"
version = "0.1.0"
edition = "2024"
# Not all libraries from crates.io are available in Exercism's test runner.
# The full list of available libraries is here:
# https://github.com/exercism/rust-test-runner/blob/main/local-registry/Cargo.toml
[dependencies]