From d600a5fd7d439212c129096e9d115b5695859e2d Mon Sep 17 00:00:00 2001 From: Siddhant006 <72308676+Siddhant006@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:25:19 +0530 Subject: [PATCH] added my name --- Circular.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Circular.cpp b/Circular.cpp index 651e091..7de0ea5 100644 --- a/Circular.cpp +++ b/Circular.cpp @@ -1,6 +1,7 @@ #include using namespace std; +// myname struct node{ int data; @@ -200,4 +201,4 @@ int main() { cout<<"Value not present"<