Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davghouse committed Jan 26, 2019
1 parent e95d4e2 commit a2fd04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SPOJ
=================

Working on C# solutions to the 200 most-solved problems on SPOJ: https://www.spoj.com/users/davidgalehouse/
Working on C# solutions to the 200 most popular problems on SPOJ: https://www.spoj.com/users/davidgalehouse/

Each solution has unit testing, which relies on compiling them from their source programmatically using Roslyn.
This is necessary because I want all solutions to be submittable to SPOJ without modifications or namespace clutter, so their build actions have to be set to none to prevent compilation errors like [CS0101](https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs0101) and [CS0017](https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs0017).
Expand Down

0 comments on commit a2fd04b

Please sign in to comment.