This website works better with JavaScript.
Home
Explore
Help
Sign In
areid
/
FizzBuzzCSharp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Added readme and program runs to 100000
master
Alec Reid
3 years ago
parent
1ddf5510e1
commit
39f4f810da
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Program.cs
+3
-0
README.md
+ 1
- 1
Program.cs
View File
@ -9,7 +9,7 @@ namespace FizzBuzz
static
void
Main
(
string
[
]
args
)
{
int
start
=
0
1
;
int
end
=
1
0
0
0
;
int
end
=
1
0
0
0
0
0
;
//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
+ 3
- 0
README.md
View File
@ -0,0 +1,3 @@
# README
Just execute the following command
`dotnet run`
.
Write
Preview
Loading…
Cancel
Save