fsharp-finite-automata/Program.fs
joachimschmidt557 20201692a1 Add a numeric checker
F# |> I❤️
2019-02-06 22:24:32 +01:00

9 lines
199 B
FSharp

// Learn more about F# at http://fsharp.org
open System
[<EntryPoint>]
let main argv =
printfn "Finite Automata in F#"
Tests.test |> ignore
0 // return an integer exit code