Update ex 047 comment and patch
This commit is contained in:
parent
cf0fa9b9a0
commit
ae78706f45
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue