Initial commit

This commit is contained in:
Mark J Price 2022-09-18 11:16:18 +01:00
parent 7fa1000b05
commit 143e708681
12 changed files with 98 additions and 23 deletions

View file

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