1
0
Go to file
2021-12-01 00:03:42 +02:00
Lab4.AddSurname fix: handle "Lab4.AddSurname" edge cases when removing words 2021-11-23 11:58:35 +02:00
Lab4.ChainedWords test: add tests to "Lab4.ChainedWords" 2021-12-01 00:03:42 +02:00
Lab4.FirstEqualLast feat: handle edge case when last and first have different casing 2021-11-22 01:37:06 +02:00
Lab4.K2 fix: simplify "FindWord1Line" 2021-11-25 23:59:29 +02:00
Lab4.LetterFrequency fix: update file encoding 2021-11-23 11:59:22 +02:00
Lab4.RemoveComments feat: handle edge case when last and first have different casing 2021-11-22 01:37:06 +02:00
Lab4.RemoveLines feat: add Lab4.RemoveLines 2021-11-21 01:13:31 +02:00
Lab4.RemoveVowels feat: add "Lab4.RemoveVowels" 2021-11-22 02:36:34 +02:00
.editorconfig feat: add editroconfig 2021-11-25 10:39:27 +02:00
.gitignore feat: initial commit 2021-11-17 01:38:49 +02:00
global.json fix: add dotnet cli config 2021-11-25 16:38:28 +02:00
Lab4.sln fix: add "Lab4.ChainedWords" to solution 2021-11-25 16:34:30 +02:00
README.md feat: initial commit 2021-11-17 01:38:49 +02:00

Lab4 example project

This project is from the "Object oriented programming" course in KTU.

It is not polished in any way, so don't expect anything from this.