mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
add void
This commit is contained in:
parent
fe6b55b2c5
commit
1214af04f1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user