Skip to content

Commit

Permalink
Merge pull request #12 from Surendra-Singh71/main
Browse files Browse the repository at this point in the history
Update Aniruddha775_Prime.c
  • Loading branch information
Aniruddha775 authored Oct 8, 2021
2 parents 78191e6 + 647a1de commit c018222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c/Aniruddha775_Prime.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* c program for finding prime number*/
#include <stdio.h>

int main() {
Expand All @@ -17,4 +18,4 @@ int main() {
printf("It is not a Prime number");
}
return 0;
}
}

0 comments on commit c018222

Please sign in to comment.