view lphobos/hello.d @ 1522:6766485fb584

Better error handling for CMake LLVM config file detection.
author Christian Kamm <kamm incasoftware de>
date Fri, 03 Jul 2009 18:49:42 +0200
parents 373489eeaf90
children
line wrap: on
line source

module hello;

import std.stdio;

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