mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 22:32:28 +08:00
add void
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user