diff --git a/Program.cs b/Program.cs index fc82370..3e9dc8b 100644 --- a/Program.cs +++ b/Program.cs @@ -9,7 +9,7 @@ namespace FizzBuzz static void Main(string[] args) { int start = 01; - int end = 1000; + int end = 100000; //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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddd3637 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# README + +Just execute the following command `dotnet run`.