exercism

Exercism solutions.
Log | Files | Refs

commit b95a9106e7cfaab031574101e65bc5439f3232b7
parent ceb217299da81aa84c4a28581b1540b732819b29
Author: dwrz <dwrz@dwrz.net>
Date:   Wed, 15 May 2019 01:53:48 +0000

Update c/beer-song header

Diffstat:
Mc/beer-song/src/beer_song.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/beer-song/src/beer_song.h b/c/beer-song/src/beer_song.h @@ -1,3 +1,3 @@ -void verse(char* response, int bottles); +int verse(char* response, int bottles); void sing(char *response, int start, int end);