Skip to content
/ dcal Public

A simple calendar program in D, to demonstrate its component-programming features

Notifications You must be signed in to change notification settings

quickfur/dcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

dcal

A simple calendar program in D, to demonstrate its component-programming features. Used as a case study in:

http://wiki.dlang.org/Component_programming_with_ranges

Usage:

        dcal
        dcal 1971
        dcal jan
        dcal january
        dcal jan 1971
        dcal 1971 jan
        dcal 1971 1

Month names are case-insensitive.

About

A simple calendar program in D, to demonstrate its component-programming features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages