From b3b9c03e39c8f61037693bfa7b70f1f8b5ce969f Mon Sep 17 00:00:00 2001 From: Animesh Raj Date: Sat, 28 Dec 2024 17:11:46 +0530 Subject: [PATCH] Update starpattern1.cpp --- starpattern1.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/starpattern1.cpp b/starpattern1.cpp index 2913c0f..e0044e7 100644 --- a/starpattern1.cpp +++ b/starpattern1.cpp @@ -1,6 +1,7 @@ #include using namespace std; int main() +// without input { for(int i=1;i<=5;i++) {