codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Write a Rust program to find volume of a cube #2082

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 2 years ago

Description

Write a Rust program to find volume of a cube

Volume of cube = Side^3

Side : 2

Volume : 8
How to contribute - Save the solution in `program/find_volume_of_a_cube.rs` file - Add `find_volume_of_a_cube.rs` file in `find-volume-of-a-cube` folder
CodingWithHardik commented 2 years ago

!assign

harshraj8843 commented 1 year ago

Duplicate of codinasion/codinasion#47