Add a header to Lesson 6 Task 1 and add it to README
This commit is contained in:
parent
09ec4d3cbd
commit
d1cee955df
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* Lesson 6 Task 1: calculator using delegates, events and lambdas
|
||||
* Author: Stanislav Mykhailenko
|
||||
* License: Unlicense
|
||||
*/
|
||||
|
||||
using Lesson6.Classes;
|
||||
|
||||
namespace Lesson6
|
||||
|
|
|
@ -35,3 +35,7 @@ Checked means the task is Done.
|
|||
### Lesson 5
|
||||
|
||||
- [ ] Task 1
|
||||
|
||||
### Lesson 6
|
||||
|
||||
- [ ] Task 1
|
||||
|
|
Reference in a new issue