From 039ca7bdea9fe931e929bfc802f108bcdc536e98 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 19 Apr 2020 17:48:48 +0200 Subject: [PATCH] Update others/stairs_pattern.cpp --- others/stairs_pattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/stairs_pattern.cpp b/others/stairs_pattern.cpp index 36c106bb2..281446a2f 100644 --- a/others/stairs_pattern.cpp +++ b/others/stairs_pattern.cpp @@ -10,7 +10,7 @@ This program is use to print the following pattern ******** where number of pairs line is given by user */ -#include +#include int main() { int l, st = 2, x, r, z, n, sp; std::cout << "enter Index ";