comparison test/mainargs1.d @ 133:44a95ac7368a trunk

[svn r137] Many fixes towards tango.io.Console working, but not quite there yet... In particular, assertions has been fixed to include file/line info, and much more!
author lindquist
date Mon, 14 Jan 2008 05:11:54 +0100
parents 3f949c6e2e9d
children d9d5d59873d8
comparison
equal deleted inserted replaced
132:1700239cab2e 133:44a95ac7368a
1 module mainargs1; 1 module mainargs1;
2
3 extern(C) int printf(char*,...);
2 4
3 void main(string[] args) 5 void main(string[] args)
4 { 6 {
5 foreach(v; args) 7 foreach(v; args)
6 { 8 {