https://github.com/psfried/roman-numeral-calculator-c
roman numeral calculator kata in c
https://github.com/psfried/roman-numeral-calculator-c
Last synced: about 1 year ago
JSON representation
roman numeral calculator kata in c
- Host: GitHub
- URL: https://github.com/psfried/roman-numeral-calculator-c
- Owner: psFried
- Created: 2016-08-09T23:04:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T23:05:00.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T15:50:42.617Z (over 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Roman Numeral Calculator
========================
An implementation of the roman numeral calculator kata found [here](http://codingdojo.org/cgi-bin/index.pl?KataRomanCalculator). Uses [libcheck](https://libcheck.github.io/check/) for unit testing.
I tried to commit more frequently than I normally would in order to show the process a bit better.
## Building
This is building inside a docker container, so you don't have to worry about any of the dependencies. Just requires Docker.
To build and run tests: `./build.sh`
To get into the container so you can play around with things directly: `./container.sh`