comparison run/a/array_initialization_16.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 7e8e5013a030
children
comparison
equal deleted inserted replaced
1488:1ee9a0dd42d9 1489:b8c0195059d9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // @author@ Michael Butscher <mbutscher@gmx.de> 5 // @author@ Michael Butscher <mbutscher@gmx.de>
6 // @date@ 2005-05-15 6 // @date@ 2005-05-15
7 // @uri@ news:MPG.1cf1a08e35a16a9b989684@news.digitalmars.com 7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3981
8 8
9 module dstress.run.a.array_initialization_16; 9 module dstress.run.a.array_initialization_16;
10 10
11 static int bigarray[100][100]; 11 static int bigarray[100][100];
12 12