Skip to content

Commit b0c3911

Browse files
go-counting: fix generator
1 parent d334dd8 commit b0c3911

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

exercises/practice/go-counting/.meta/Generator.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
using System.Linq;
34
using Xunit;
45

56
public class {{ testClass }}

exercises/practice/go-counting/GoCountingTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3+
using System.Linq;
34
using Xunit;
45

56
public class GoCountingTests

0 commit comments

Comments
 (0)