We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db41a5 commit 773c32eCopy full SHA for 773c32e
chapters/monte_carlo/monte_carlo.md
@@ -43,6 +43,8 @@ each point is tested to see whether it's in the circle or not:
43
[import:7-9, lang:"c_cpp"](code/c/monte_carlo.c)
44
{% sample lang="hs" %}
45
[import:7-7, lang:"haskell"](code/haskell/monteCarlo.hs)
46
+{% sample lang="rs" %}
47
+[import:7-9, lang:"rust"](code/rust/monte_carlo.rs)
48
{% endmethod %}
49
50
If it's in the circle, we increase an internal count by one, and in the end,
0 commit comments