From 4ab48b3ef2ebb2c9543a59d990195a52aa775b65 Mon Sep 17 00:00:00 2001 From: aaronryank Date: Wed, 7 Jun 2017 17:33:06 +0000 Subject: [PATCH] Add Decimal --- README.md | 1 + d/Decimal.dec | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 d/Decimal.dec diff --git a/README.md b/README.md index f37cdab0..e61efd58 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Dc](d/dc.dc) * [Dcl](d/DCL) * [Dd Dd](d/dd_dd.dd) +* [Decimal](d/Decimal.dec) * [Delphi](d/delphi.delphi) * [Delphi](d/delphi.pas) * [Dis](d/dis.dis) diff --git a/d/Decimal.dec b/d/Decimal.dec new file mode 100644 index 00000000..24286ee8 --- /dev/null +++ b/d/Decimal.dec @@ -0,0 +1,18 @@ + 13072101108108111044032087111114108100033010D301 + ;13 push string + ; 072 'H' + ; 101 'e' + ; 108 'l' + ; 108 'l' + ; 111 'o' + ; 044 ',' + ; 032 ' ' + ; 087 'W' + ; 111 'o' + ; 114 'r' + ; 108 'l' + ; 100 'd' + ; 033 '!' + ; 010 '\n' + ; D end string + ; 301 print