Skip to content

Commit e947459

Browse files
committed
minor fix
1 parent 6aa14b3 commit e947459

File tree

1 file changed

+0
-1
lines changed
  • docs/src/lectures/lecture_07

1 file changed

+0
-1
lines changed

docs/src/lectures/lecture_07/lab.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ end
6666

6767
We can remove this boilerplate code by creating a very simple macro that does this for us.
6868
!!! warning "Exercise"
69-
```
7069
Define macro `@repeat` that takes two arguments, first one being the number of times a code is to be run and the other being the actual code.
7170
```julia
7271
julia> @repeat 3 println("Hello!")

0 commit comments

Comments
 (0)