From 57b2eb9796ba17de8cf8c5a4f6f64f1279c83bcb Mon Sep 17 00:00:00 2001 From: Rudi Buss <rudi.buss@th-deg.de> Date: Thu, 26 Sep 2024 19:44:37 +0200 Subject: [PATCH] Update Exercise 1 - Element.txt --- Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt b/Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt index a51bd8e..aadbb1a 100644 --- a/Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt +++ b/Part 2/4. Linked lists/Exercises/Exercise 1 - Element.txt @@ -1,5 +1,3 @@ - - Create a class "Element", which (as public) contains the following data members an integer variable called "Value" and a pointer called "Next", which is of the same data type as the class. Create an object in the main that has the value NULL at the beginning. -- GitLab