mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-07-28 18:25:16 +00:00
Added ex060 floats
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
43c43
|
||||
< var shuttle_weight: f16 = 907.18 * 2200;
|
||||
---
|
||||
> var shuttle_weight: f32 = 907.18 * 2200.0;
|
||||
Reference in New Issue
Block a user