|
|
@ -9,7 +9,7 @@ namespace FizzBuzz |
|
|
static void Main(string[] args) |
|
|
static void Main(string[] args) |
|
|
{ |
|
|
{ |
|
|
int start = 01; |
|
|
int start = 01; |
|
|
int end = 1000; |
|
|
|
|
|
|
|
|
int end = 100000; |
|
|
|
|
|
|
|
|
//For information about Dotnet List Can be found
|
|
|
//For information about Dotnet List Can be found
|
|
|
// https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-6.0
|
|
|
// https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-6.0
|
|
|
|