Skip to content

Commit

Permalink
Update GRAPH.H
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh2804 authored Dec 29, 2021
1 parent 6244b23 commit 40f3dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source Code/GRAPH.H
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Created By :- Rishabh Gupta
#include <stdio.h>
#include <graphics.h>
#include <conio.h>
Expand Down Expand Up @@ -130,4 +131,4 @@ void circleBres(int xc, int yc, int r, int COLOR)
x = x + 1;
helper(xc, yc, x, y, COLOR);
}
}
}

0 comments on commit 40f3dda

Please sign in to comment.