mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 09:29:59 +00:00
Added ex060 floats
This commit is contained in:
4
patches/patches/060_floats.patch
Normal file
4
patches/patches/060_floats.patch
Normal file
@@ -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