diff run/foreach_05.d @ 1:3414705c41ac

removed CVS header
author thomask
date Sun, 26 Sep 2004 12:06:09 +0000
parents 3269e4627918
children f87ba6507260
line wrap: on
line diff
--- a/run/foreach_05.d	Sat Sep 25 22:33:30 2004 +0000
+++ b/run/foreach_05.d	Sun Sep 26 12:06:09 2004 +0000
@@ -1,4 +1,3 @@
-// $Header: /home/th/Dokumente/Entwicklung/MEIN_CVS/MiniD/src/run/foreach_05.d,v 1.1 2004/09/21 21:04:47 th Exp $
 
 class MyClass{
 	int value;
@@ -17,4 +16,4 @@
 	}
 	assert(count==3);
 	return 0;
-}
\ No newline at end of file
+}