Skip to content

Commit

Permalink
render SQL page
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lambda committed Jan 7, 2024
1 parent 281974e commit 2512d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1 class="title">The chance</h1>
</details><div class="cell-output cell-output-stdout">
<pre><code>roll
1 2 3 4 5 6
10 6 4 3 9 10 </code></pre>
10 7 6 6 7 6 </code></pre>
</div>
</div>
<p>How many trials before getting an identical world ?</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"href": "index.html",
"title": "The chance",
"section": "",
"text": "Email\n \n \n \n Github\n \n\n \n \nIs your world choosing the same numbers as mine ?\n\nCoderoll &lt;- \n sample.int(n = 6, size = 42, replace = TRUE)\n\ntable(roll)\n\nroll\n 1 2 3 4 5 6 \n10 6 4 3 9 10 \n\n\nHow many trials before getting an identical world ?\nAnd which are we consider as the reference ?"
"text": "Email\n \n \n \n Github\n \n\n \n \nIs your world choosing the same numbers as mine ?\n\nCoderoll &lt;- \n sample.int(n = 6, size = 42, replace = TRUE)\n\ntable(roll)\n\nroll\n 1 2 3 4 5 6 \n10 7 6 6 7 6 \n\n\nHow many trials before getting an identical world ?\nAnd which are we consider as the reference ?"
},
{
"objectID": "about.html",
Expand Down

0 comments on commit 2512d5d

Please sign in to comment.