From d5472c9f4a5b53a028fa48342eb83e358011cebc Mon Sep 17 00:00:00 2001 From: NehaKeshan <39170739+NehaKeshan@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:26:59 -0400 Subject: [PATCH] Update README.md --- lectures/14_operators/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lectures/14_operators/README.md b/lectures/14_operators/README.md index 7375e37..6d6786d 100644 --- a/lectures/14_operators/README.md +++ b/lectures/14_operators/README.md @@ -1,3 +1,5 @@ +# Announcements + # Lecture 14 --- Operators & Friends - Operators as non-member functions, as member functions, and as friend functions.