mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-12 09:59:59 +00:00
Fixed some broken patches
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
92c92
|
91c91
|
||||||
< ???.zap(???);
|
< ???.zap(???);
|
||||||
---
|
---
|
||||||
> heat_ray.zap(alien);
|
> heat_ray.zap(alien);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
43c43
|
46c46
|
||||||
< const shuttle_weight: f16 = 907.18 * 2200;
|
< const shuttle_weight: f16 = 907.18 * 2200;
|
||||||
---
|
---
|
||||||
> const shuttle_weight: f32 = 907.18 * 2200.0;
|
> const shuttle_weight: f32 = 907.18 * 2200.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user