feat: completed solutions

This commit is contained in:
2026-03-23 03:36:33 -04:00
parent 2279bea6f1
commit f568c094cb
65 changed files with 424 additions and 139 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
fn main() {
// TODO: Fix the Clippy lint in this line.
let pi = 3.14;
let pi = std::f32::consts::PI;
let radius: f32 = 5.0;
let area = pi * radius.powi(2);