From 1c4d822d3ab4ab5926613e00bf42b0c8a79925ae Mon Sep 17 00:00:00 2001 From: Sauhardya Singha <48399073+Sauhardya@users.noreply.github.com> Date: Wed, 30 Oct 2019 21:07:57 +0530 Subject: [PATCH] Update pixel.cpp --- pixel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixel.cpp b/pixel.cpp index 034afaa..9231a41 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -6,7 +6,7 @@ int main() int gd = DETECT, gm; initgraph(&gd,&gm,NULL); putpixel(100,200,120); - delay(5000); + delay(1000); closegraph(); return 0;