Add more examples
This commit is contained in:
parent
0f5d632388
commit
fa48bc49d1
4 changed files with 89 additions and 40 deletions
|
|
@ -4,5 +4,8 @@ open System
|
|||
[<EntryPoint>]
|
||||
let main argv =
|
||||
printfn "Finite Automata in F#"
|
||||
Tests.test |> ignore
|
||||
|
||||
Tests.IsNumeric.test |> ignore
|
||||
Tests.ContainsSequence.test |> ignore
|
||||
|
||||
0 // return an integer exit code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue