Skip to content

Kirillbiliashov/cs-2023-lab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs-2023-lab3

Task

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.

How to launch

  1. Make sure you have .NET SDK installed
  2. Go to folder containing .csproj file: cd path/to/your/project
  3. Build the project: dotnet build
  4. Run the project: dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages