项目作者: mmitch

项目描述 :
anagram kata in COBOL
高级语言: Makefile
项目地址: git://github.com/mmitch/cobol-anagram-kata.git
创建时间: 2019-03-29T07:51:01Z
项目社区:https://github.com/mmitch/cobol-anagram-kata

开源协议:

下载


cobol-anagram-kata

Small kata to check whether two words are anagrams of each other.

See cobol-build
and cobol-unit-test.

Needs GNU cobol (cobc) installed
(tested with version 3.0.0-rc1, but older versions might work, too).

Run make init-cobol-build once to set up the git submodules.
Run make to build and run the tests.
Of course they currently fail, and it is your job to fix them :-)

If you have inotify-wait from the inotify-tools, you can run make autotest and the tests will automatically re-run every time you
change any file.