view nocompile/m/main_07_A.d @ 1488:1ee9a0dd42d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 12:29:50 +0000
parents ebdd9f048c3d
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Carlos Santander <csantander619@gmail.com>
// @date@	2006-09-05
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=8292
// @desc@	lazy in main

// __DSTRESS_ELINE__ 14

module dstress.nocompile.m.main_07_A;

int main (lazy char [][] args){
	return args.length;
}