mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-01-15 11:16:28 +00:00
4 lines
106 B
Diff
4 lines
106 B
Diff
43c43
|
|
< var shuttle_weight: f16 = 907.18 * 2200;
|
|
---
|
|
> var shuttle_weight: f32 = 907.18 * 2200.0;
|