From f37d57cad42f14e406c682067d7ae2db485e68c0 Mon Sep 17 00:00:00 2001 From: Rohit Prakash <91753029+rohit1q@users.noreply.github.com> Date: Thu, 7 Oct 2021 21:20:53 +0530 Subject: [PATCH] Update Aniruddha775_Prime.c --- c/Aniruddha775_Prime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c/Aniruddha775_Prime.c b/c/Aniruddha775_Prime.c index cd156f7..bdfd5bb 100644 --- a/c/Aniruddha775_Prime.c +++ b/c/Aniruddha775_Prime.c @@ -1,3 +1,4 @@ +/* c program to find prime no. */ #include int main() { @@ -17,4 +18,4 @@ int main() { printf("It is not a Prime number"); } return 0; -} \ No newline at end of file +}