From 2543a9d87f926e088ecbe058753ec0545d8d1d36 Mon Sep 17 00:00:00 2001 From: Vedant Date: Fri, 3 Oct 2025 08:53:37 +0530 Subject: [PATCH 1/2] added a file --- LCB2025008/hello.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 LCB2025008/hello.cpp diff --git a/LCB2025008/hello.cpp b/LCB2025008/hello.cpp new file mode 100644 index 0000000..1a0ccdc --- /dev/null +++ b/LCB2025008/hello.cpp @@ -0,0 +1,9 @@ +#include +using namespace std; +int main(){ + while(true){ + cout<<"hello"< Date: Fri, 3 Oct 2025 09:33:05 +0530 Subject: [PATCH 2/2] text changed --- LCB2025008/hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCB2025008/hello.cpp b/LCB2025008/hello.cpp index 1a0ccdc..068dcb1 100644 --- a/LCB2025008/hello.cpp +++ b/LCB2025008/hello.cpp @@ -2,7 +2,7 @@ using namespace std; int main(){ while(true){ - cout<<"hello"<