ludopradel / cobol-kata-fizzbuzz

The FizzBuzz Kata in COBOL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COBOL Fizzbuzz Kata

I used the FizzBuz kata as a mean to teach myself COBOL.

Started as a gist it's now maintained here.

Requirements

  • gnu-cobol
  • make

Quick Start

  • To run the program: make run
  • To run the tests: make test

TODO

  • Make it works
  • Make it tested
  • Make it copies (COBOL's include directive)
  • Make it with assertion subroutines
  • Remake it the TDD way

About

The FizzBuzz Kata in COBOL


Languages

Language:COBOL 90.6%Language:Makefile 9.4%