Rewrite previous task: add separate classes for leteers, words, punctuation marks, senteces and text. A word should contain letters array, a sentence should contain array of words and punctuation marks, a text should contain array of sentences. Multiple tabs or whitespaces should be replaced with a single whitespace.
- Make sure you have .NET SDK installed
- Go to folder containing .csproj file:
cd path/to/your/project
- Build the project:
dotnet build
- Run the project:
dotnet run