D Programming/Embedding D in HTML

The dmd compiler has the capability to read an .html file as source. Every code between

<code>void main(){}</code>

... is treated as D code, and dmd will compile it.

Category:Book:D Programming#Embedding%20D%20in%20HTML%20
Category:Book:D Programming