This commit is contained in:
amino19 2021-05-26 10:16:22 +05:30
parent fe6b55b2c5
commit 1214af04f1

View File

@ -19,7 +19,7 @@
* @brief Main function
* @returns 0 on exit
*/
int main() {
int main(void) {
/* Initialize 'n' & 'count' by 0 */
int n = 0;
int count = 0;