Skip to content

Commit

Permalink
Update 2024-01-28-lesson3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-rahul committed Jan 26, 2025
1 parent e40c8b9 commit bf623b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _posts/2024-01-28-lesson3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ permalink: /lesson3/

## Understanding cat in C 🔍

{% raw %}
```c
#include <windows.h>
#include <stdio.h>
Expand Down Expand Up @@ -101,13 +100,10 @@ static void ReportError(LPCTSTR msg, DWORD errCode, BOOL showErrMsg) {
_ftprintf(stderr, _T("\n"));
}
```
{% endraw %}
## Rust Implementation 🦀
{% raw %}
[Rust implementation will go here]
{% endraw %}
## Exercise: Implement in C++ 💻
Expand Down

0 comments on commit bf623b4

Please sign in to comment.