Skip to content

Commit d4f5ebe

Browse files
ClémentClément
authored andcommitted
Adding solution to todo project
1 parent ec6cc9c commit d4f5ebe

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

source/projects/todo_list.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ Press any key to continue...
8585
Please, follow our [guideline on project submission](./projects/submission).
8686
In particular, make sure you write your name and the date in a delimited comment at the beginning of your file.
8787

88-
<!--
89-
9088
## Solution
9189

9290
### Simplest Solution
@@ -120,4 +118,3 @@ todoList[0].Description = "My first item";
120118
todoList[0].Status = false;
121119
Console.Write(todoList[0].Description + (todoList[0].Status ? " done" : " not done"));
122120
```
123-
-->

0 commit comments

Comments
 (0)