comparison tests/minicomplex/l.d @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 1bb99290e03a
children
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
1 import tango.io.Console; 1 import tango.io.Console;
2 2
3 void main() 3 void main()
4 { 4 {
5 Cout("Hi, says LLVMDC + Tango").newline; 5 Cout("Hi, says LDC + Tango").newline;
6 } 6 }