*** empty log message ***

This commit is contained in:
2006-04-25 15:20:10 +00:00
parent 06562c78f4
commit fdfcbe168a
6 changed files with 50 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ function sum(i, k, y)
}
BEGIN {
//s = sum(10000000);
/*s = sum(10000000);*/
s = sum (100);
}