diff --git a/lectures/10_linked_lists/README.md b/lectures/10_linked_lists/README.md index 6bdb959..2123870 100644 --- a/lectures/10_linked_lists/README.md +++ b/lectures/10_linked_lists/README.md @@ -144,10 +144,10 @@ assert (*itr == 100); // might seem ok... but rewrite the code to avoid this! What is the output of this program? +```cpp #include #include -```cpp int main(){ std::list lst;