exercism / c

Exercism exercises in C.
https://exercism.org/tracks/c
MIT License
273 stars 176 forks source link

Add protein-translation #957

Closed ryanplusplus closed 5 months ago

ryanplusplus commented 5 months ago

Related to https://github.com/exercism/c/issues/940

Note that protein-translation is the #48in24 exercise for next week, so I'd like to get this in prior to Tuesday, Feb. 13th if possible.

ryanplusplus commented 5 months ago

@siebenschlaefer would you mind taking a look at this?

siebenschlaefer commented 5 months ago

@siebenschlaefer would you mind taking a look at this?

Looks great!
I've checked the stubs, the example solution, the translation of the canonical data to the tests, the config.json, and whether all uuids of the canonical data appear in tests.toml. I found no issues or code smells whatsoever.

ryanplusplus commented 5 months ago

Looks great! I've checked the stubs, the example solution, the translation of the canonical data to the tests, the config.json, and whether all uuids of the canonical data appear in tests.toml. I found no issues or code smells whatsoever.

Thank you!