From 2b7def7a5560c70368023d48e4655390e111098a Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Sat, 3 Jun 2023 08:33:46 +0600 Subject: [PATCH] Revert "chore: add resource link to cpp >> introduction:what-is-cpp" This reverts commit 04573b7e09e88eab8bb2c72b439455aa9691538e. --- .../roadmaps/cpp/content/100-introduction/100-what-is-cpp.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/roadmaps/cpp/content/100-introduction/100-what-is-cpp.md b/src/data/roadmaps/cpp/content/100-introduction/100-what-is-cpp.md index c45143f76..127f773bb 100644 --- a/src/data/roadmaps/cpp/content/100-introduction/100-what-is-cpp.md +++ b/src/data/roadmaps/cpp/content/100-introduction/100-what-is-cpp.md @@ -44,5 +44,4 @@ int main() { In the above program, we define a simple function `add` and a class `Calculator` with a member function `multiply`. The `main` function demonstrates how to use these to perform basic arithmetic. -- [C++ Tutorial for Beginners - Full Course](https://youtu.be/vLnPwxZdW4Y) - [C++ Tutorial for Beginners - Full Course](https://youtu.be/vLnPwxZdW4Y) \ No newline at end of file