view lphobos/hello.d @ 1567:f1f33c8dcd90

Added framework for writing a static printf call checker for bearophile to implement.
author Tomas Lindquist Olsen <tomas.l.olsen gmail com>
date Thu, 06 Aug 2009 16:52:43 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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