view lphobos/hello.d @ 713:b3dc22526289

Use malloc instead of alloca.
author Christian Kamm <kamm incasoftware de>
date Tue, 21 Oct 2008 20:46:12 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

void main() { writefln("Hello World"); }