Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 736 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 736 Bytes

DLangKoans

The D Programming Language Koans. Inspired from RubyKoans, CppKoans, GoKoans; an educational unit test suite for the D Programming Language

...work in progress...

SETUP:

How it works:

  • execute dub
  • observe test errors
  • think and make the test pass
  • goto first step

TODO:

  • stop at first failed test ?

References:

Thanks to:

Ali Çehreli - Programming in D