We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7aff20 commit 166ceccCopy full SHA for 166cecc
1 file changed
README.md
@@ -74,7 +74,7 @@ run(sim, datetime+Month(3))
74
run(sim, 10)
75
```
76
- using a novel finite-statemachine approach:
77
- ```
+ ```julia
78
@resumable function fibonnaci(sim::Simulation)
79
a = 0.0
80
b = 1.0
0 commit comments