diff --git a/ConsoleApp/SpellCheckTest.cs b/ConsoleApp/SpellCheckTest.cs new file mode 100644 index 0000000..2ce59f0 --- /dev/null +++ b/ConsoleApp/SpellCheckTest.cs @@ -0,0 +1,7 @@ +public class SpellCheckTest +{ + public SpellCheckTest() + { + var blah = "typoz"; + } +}