Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 286 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 286 Bytes

haskellScripts

Some of my haskell scripts for some usages.

Zahlen

Convert numbers to Deutsch Nummer

Example:

ghci> zahlen 3311
"dreitausenddreihundertelf"

Range: 0 ~ 999.999.999.999

There might be problems since I'm neither a good programmer nor a good german speaker.