Skip to content

Commit

Permalink
Amend the return type of function in raindrop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashvith10 committed Apr 4, 2024
1 parent b69d5de commit 6d6d48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/raindrops/raindrops.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef RAINDROPS_H
#define RAINDROPS_H

char *convert(char result[], int drops);
void convert(char result[], int drops);

#endif

0 comments on commit 6d6d48b

Please sign in to comment.