We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6cc9c commit d4f5ebeCopy full SHA for d4f5ebe
1 file changed
source/projects/todo_list.md
@@ -85,8 +85,6 @@ Press any key to continue...
85
Please, follow our [guideline on project submission](./projects/submission).
86
In particular, make sure you write your name and the date in a delimited comment at the beginning of your file.
87
88
-<!--
89
-
90
## Solution
91
92
### Simplest Solution
@@ -120,4 +118,3 @@ todoList[0].Description = "My first item";
120
118
todoList[0].Status = false;
121
119
Console.Write(todoList[0].Description + (todoList[0].Status ? " done" : " not done"));
122
```
123
--->
0 commit comments