mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-09 08:30:00 +00:00
Update ex 047 comment and patch
This commit is contained in:
@@ -88,7 +88,7 @@ pub fn main() void {
|
||||
// Loop through every alien...
|
||||
for (aliens) |*alien| {
|
||||
|
||||
// *** Zap the Alien Here! ***
|
||||
// *** Zap the alien with the heat ray here! ***
|
||||
???.zap(???);
|
||||
|
||||
// If the alien's health is still above 0, it's still alive.
|
||||
|
||||
Reference in New Issue
Block a user