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
dc1b3d5e74
commit
6f6317c320
4 changed files with 16 additions and 8 deletions
|
|
@ -11,10 +11,10 @@ decimal taxToPay = CalculateTax(amount: 149, twoLetterRegionCode: "FR");
|
|||
WriteLine($"You must pay {taxToPay} in tax.");
|
||||
*/
|
||||
|
||||
//RunCardinalToOrdinal();
|
||||
RunCardinalToOrdinal();
|
||||
|
||||
//RunFactorial();
|
||||
|
||||
//RunFibImperative();
|
||||
|
||||
RunFibFunctional();
|
||||
//RunFibFunctional();
|
||||
Loading…
Add table
Add a link
Reference in a new issue