Hi,
I would like to add some approaches to the Raindrops exercise in the C language track:
exercism:main
← danilopiazza:raindrops-approaches
opened 09:41PM - 28 Jan 24 UTC
Add some approaches to the Raindrops exercise in the C language track.
* Crea… te config.json
* Create introduction.md
* Add a new approach using if statements
- Create snipptet.txt
- Create content.md
* Add a new approach using the sprintf function
- Create snipptet.txt
- Create content.md
* Add a new approach using data-driven programming
- Create snipptet.txt
- Create content.md
See also: https://forum.exercism.org/t/raindrops-dig-deeper-approaches/9520.
2 Likes
iHiD
January 28, 2024, 11:58pm
2
Awesome. Thanks. I imagine @ErikSchierboom will give them a glance over on Tuesday for you!
1 Like
Hmmm, in standard C there is no itoa function. Are we suppose to implement our own itoa function which is more complicated than the Raindrops exercise itself?
I don’t want to look into the exercism github yet :)
OK. I’ve sent partially ok exercise and thanks to dig deeper I was reminded of sprintf
function