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

@ -7,6 +7,7 @@
<ItemGroup>
<Compile Include="DFA.fs" />
<Compile Include="NFA.fs" />
<Compile Include="IsNumericChecker.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>