Browse Source

Added readme and program runs to 100000

master
Alec Reid 3 years ago
parent
commit
39f4f810da
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      Program.cs
  2. +3
    -0
      README.md

+ 1
- 1
Program.cs View File

@ -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

+ 3
- 0
README.md View File

@ -0,0 +1,3 @@
# README
Just execute the following command `dotnet run`.

Loading…
Cancel
Save