Skip to content

Commit

Permalink
Update hw.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrGhostman authored Nov 12, 2024
1 parent 0d816b3 commit 272f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lecture_07/hw.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Create a macro `@ecosystem` that should be able to define a world given a list o
world = @ecosystem begin
@add 10 Sheep female # adds 10 female sheep
@add 2 Sheep male # adds 2 male sheep
@add 100 Grass # adds 100 pieces of grass
@add 100 Grass # adds 100 pieces of fully grown grass
@add 3 Wolf # adds 5 wolf with random sex
end
```
Expand Down

0 comments on commit 272f071

Please sign in to comment.