Add a numeric checker

F# |> I❤️
This commit is contained in:
joachimschmidt557 2019-02-06 22:24:32 +01:00
parent 7652c5b86d
commit 20201692a1
9 changed files with 32 additions and 3 deletions

View file

@ -4,5 +4,6 @@ open System
[<EntryPoint>]
let main argv =
printfn "Hello World from F#!"
printfn "Finite Automata in F#"
Tests.test |> ignore
0 // return an integer exit code