We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30d8ece + 57c68c1 commit 6da3e85Copy full SHA for 6da3e85
2 files changed
public/samples/games/ants.fs
@@ -633,4 +633,4 @@ let rec update () =
633
| Some winner ->
634
updateInput "secondline" (sprintf "The winner is: %s" winner) |> ignore
635
636
-update ()
+update ()
public/samples/games/undertone.fs
@@ -382,4 +382,4 @@ let baaBaaBlackSheepChorus =
382
yield! makeNote crotchet Note.D
383
yield! makeNote crotchet Note.C }
384
385
-Html.loadSound baaBaaBlackSheepChorus
+Html.loadSound baaBaaBlackSheepChorus
0 commit comments