diff nocompile/template_06.d @ 743:a00ec5cd9f07

removed printf
author thomask
date Sun, 13 Nov 2005 07:31:09 +0000
parents a33ad7189d21
children 52c9e86b6486
line wrap: on
line diff
--- a/nocompile/template_06.d	Sat Nov 12 21:57:32 2005 +0000
+++ b/nocompile/template_06.d	Sun Nov 13 07:31:09 2005 +0000
@@ -25,7 +25,7 @@
 }
 
 int main(){
-	printf("%d\n",foo!(int)(1));
+	foo!(int)(1);
 	return 0;
 }