Skip to content

Commit e6b9f21

Browse files
authored
Update README.md
1 parent 2f818f6 commit e6b9f21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33

44
[Benchmarked](https://si618.github.io/leetcode/dev/bench) C# submissions for [LeetCode](https://leetcode.com) problems with naïve F# solutions on my functional programming journey.
55

6-
After stumbling across the excellent [NeetCode](https://neetcode.io) website I'm now following the author's guidance and supporting his work by becoming a lifetime member 🙇‍
6+
After stumbling across the excellent [NeetCode](https://neetcode.io) website I'm now following the author's guidance and supporting his work by becoming a lifetime member. 🙇‍
7+
78
### Build and test
89

910
``` bash
1011
> dotnet --list-sdks
11-
9.0.100-rc.1.24452.12 [/usr/share/dotnet/sdk]
12+
9.0.301 [/usr/share/dotnet/sdk]
1213

1314
> git --version
1415
git version 2.47.0
@@ -19,7 +20,6 @@ Cloning into 'leetcode'...
1920
> cd leetcode
2021
> dotnet build
2122
> dotnet test --no-restore
22-
2323
```
2424

2525
### Console application

0 commit comments

Comments
 (0)