Skip to content

Commit 2c9a710

Browse files
committed
Update 2024-01-04-lesson4.md
1 parent 3a6908a commit 2c9a710

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

_posts/2024-01-04-lesson4.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -142,25 +142,10 @@ fn main() {
142142
} // (39) `main` function end. Program execution ends after `main`.
143143

144144

145-
146-
147-
148-
149-
150-
151-
152-
153-
154-
155-
156-
157-
158-
159145
```
160146

161147
## C Implementation
162148

163-
164149
```c
165150
// C implementation will be added here
166151

@@ -351,14 +336,6 @@ int main(int argc, char* argv[]) {
351336

352337
```
353338
354-
355-
356-
357-
358-
359-
360-
361-
362339
### Exercise
363340
364-
Let us implement this in C++23 or C++20
341+
Let us implement this in C++23 or C++20

0 commit comments

Comments
 (0)