Initial commit

This commit is contained in:
Mark J Price 2022-03-22 18:44:45 +00:00
parent dc1b3d5e74
commit 6f6317c320
4 changed files with 16 additions and 8 deletions

View file

@ -11,10 +11,10 @@ decimal taxToPay = CalculateTax(amount: 149, twoLetterRegionCode: "FR");
WriteLine($"You must pay {taxToPay} in tax.");
*/
//RunCardinalToOrdinal();
RunCardinalToOrdinal();
//RunFactorial();
//RunFibImperative();
RunFibFunctional();
//RunFibFunctional();