view complex/command_line/.d @ 47:a53dbc47499b

1) added unittest test cases [complex] 2) added commandline argument test cases [complex] 3) added debug test cases [complex]
author thomask
date Sat, 16 Oct 2004 16:53:31 +0000
parents
children
line wrap: on
line source

// a dummy used for command line parsing
int main(){
	return 0;
}