Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Loops-Break/F-Sharp/loops-break.fs
Normal file
4
Task/Loops-Break/F-Sharp/loops-break.fs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// Loops/Break. Nigel Galloway: February 21st., 2022
|
||||
let n=System.Random()
|
||||
let rec fN g=printf "%d " g; if g <> 10 then fN(n.Next(20))
|
||||
fN(n.Next(20))
|
||||
Loading…
Add table
Add a link
Reference in a new issue