Skip to content

Commit

Permalink
Update stairs_pattern.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
faizanahamed1414 authored Apr 19, 2020
1 parent e15dd6e commit 2b01dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion others/stairs_pattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This program is use to print the following pattern
where number of pairs line is given by user
*/
#include <iostream>
using namespace std;
int main(){
int l, st = 2, x, r, z, n, sp;
std::cout << "enter Index ";
Expand Down

0 comments on commit 2b01dec

Please sign in to comment.