Add a header to Lesson 6 Task 1 and add it to README

This commit is contained in:
Stanislav Mykhailenko 2023-04-12 22:38:17 +03:00
parent 09ec4d3cbd
commit d1cee955df
GPG key ID: 1E95E66A9C9D6A36
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,9 @@
/*
* Lesson 6 Task 1: calculator using delegates, events and lambdas
* Author: Stanislav Mykhailenko
* License: Unlicense
*/
using Lesson6.Classes; using Lesson6.Classes;
namespace Lesson6 namespace Lesson6

View file

@ -35,3 +35,7 @@ Checked means the task is Done.
### Lesson 5 ### Lesson 5
- [ ] Task 1 - [ ] Task 1
### Lesson 6
- [ ] Task 1