mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-06 06:43:47 +00:00
Initial commit
This commit is contained in:
parent
7fa1000b05
commit
143e708681
12 changed files with 98 additions and 23 deletions
|
|
@ -11,9 +11,9 @@ decimal taxToPay = CalculateTax(amount: 149, twoLetterRegionCode: "FR");
|
|||
WriteLine($"You must pay {taxToPay} in tax.");
|
||||
*/
|
||||
|
||||
RunCardinalToOrdinal();
|
||||
//RunCardinalToOrdinal();
|
||||
|
||||
//RunFactorial();
|
||||
RunFactorial();
|
||||
|
||||
//RunFibImperative();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue