Skip to content

Commit

Permalink
add return middle test
Browse files Browse the repository at this point in the history
  • Loading branch information
aseduto committed Sep 24, 2018
1 parent 89966a7 commit d487363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ static int Main(string[] args)
{
int n = args.Length;

//if(n > 10)
// return 9;
if(n > 10)
return 9;

Func<int> lambda = (() =>
{
Expand Down

0 comments on commit d487363

Please sign in to comment.