From f13d1a9d1e53c6188fe1a43075d68390905d782a Mon Sep 17 00:00:00 2001 From: baroood <43913234+baroood@users.noreply.github.com> Date: Sat, 6 Oct 2018 23:18:51 +0530 Subject: [PATCH] Update Digital clock in C --- Others/Digital clock in C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Others/Digital clock in C b/Others/Digital clock in C index c34db14..b66d19e 100755 --- a/Others/Digital clock in C +++ b/Others/Digital clock in C @@ -1,5 +1,5 @@ -#include -#include //for sleep() function +#include +#include //for sleep() function int main() { @@ -36,7 +36,7 @@ int main() second=0; } - sleep(1); //wait till 1 second + sleep(1); } return 0;