Skip to content

Commit

Permalink
🐛 Add missing using statements
Browse files Browse the repository at this point in the history
- SortingCharacters kata was missing using statements
  • Loading branch information
vexx32 committed Dec 9, 2019
1 parent 9b028d1 commit 612106e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PSKoans/Koans/Katas/SortingCharacters.Koans.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using module PSKoans
using namespace System.Collections.Generic
using namespace System.Management.Automation.Language
[Koan(Position = 151)]
param()

Expand Down

0 comments on commit 612106e

Please sign in to comment.