Index: examples/zero_one.c
===================================================================
--- examples/zero_one.c	(revision 73abe950d807eab747c9e14353b158fcca827308)
+++ examples/zero_one.c	(revision f9128a579682d99eadea38d7faf6034d7a714a29)
@@ -3,15 +3,15 @@
 void foo(zero_t o)
 {
-	sout | "It's a Zero!" | endl;
+	sout | "It's a Zero!";
 }
 
 void foo(one_t o)
 {
-	sout | "It's a One!" | endl;
+	sout | "It's a One!";
 }
 
 void foo(int o)
 {
-	sout | "It's a Number!" | endl;
+	sout | "It's a Number!";
 }
 
