Skip to content

Commit a48cec4

Browse files
committed
fix snippets 5000 complaints
1 parent 8ffb29d commit a48cec4

3 files changed

Lines changed: 2 additions & 15 deletions

File tree

snippets/fsharp/System.Globalization/Project.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<ItemGroup>
99
<Compile Include="compareoptions_stringsort.fs" />
10+
<Compile Include="compareoptions_values.fs" />
1011
</ItemGroup>
1112

1213
</Project>

snippets/fsharp/System.Globalization/Project2.fsproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

snippets/fsharp/System.Globalization/compareoptions_stringsort.fs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module compareoptions_stringsort
22

3-
open System
43
open System.Collections.Generic
54
open System.Globalization
65

@@ -11,8 +10,7 @@ let sortAndDisplay (unsorted: List<string>) (options: CompareOptions) =
1110
for word in words do
1211
printfn "%s" word
1312

14-
[<EntryPoint>]
15-
let main argv =
13+
let run argv =
1614
let wordList = new List<string>(
1715
["cant"; "bill's"; "coop"; "cannot"; "billet"; "can't"; "con"; "bills"; "co-op"])
1816

0 commit comments

Comments
 (0)