Merge pull request #409 from aaronryank/master

Add Decimal http://git.io/Decimal
This commit is contained in:
Mike Donaghy
2017-06-11 11:01:05 -05:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

View File

@@ -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)

18
d/Decimal.dec Normal file
View File

@@ -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