A code written in D which implements the algorithm that draws the Sierpinski triangle on the screen.
Download this source code along with the arsd library which can be found here on this page.
Then just compile it using the DMD compiler and the command "dmd sierpinskitriangle -m64 -i -J. -O -g".
Run it and watch the magic happen in the screen.