zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

Delete redundant string.Format(). #172

Closed tatsuyafujisaki closed 5 years ago

tatsuyafujisaki commented 8 years ago

Simplify code by replacing string.Format() with string interpolation that works with Visual Studio 2015 even if .NET Framework is 4.0.