1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 10:07:01 +09:00

Added ex060 floats

This commit is contained in:
Dave Gauer 2021-04-09 13:02:36 -04:00
parent 1427d3b6f1
commit b3f4773be4
3 changed files with 99 additions and 0 deletions

View file

@ -0,0 +1,4 @@
43c43
< var shuttle_weight: f16 = 907.18 * 2200;
---
> var shuttle_weight: f32 = 907.18 * 2200.0;