binary B+ tree - first attempt, compiles and runs
[svn/Cll1h/.git] / demos / performance / cout.cpp
index df1f138aa88b801e47a5270f9e60dd65481d82c4..cd47ab288d5893d507e03d90370124b00e704ea2 100644 (file)
@@ -4,8 +4,9 @@
 int main()
 {
  unsigned long i;
- for (i=0;i<RUNS;i++) {
- std::cout << "stuff" << std::endl;
+ for (i=0;i<RUNS;i++) 
+ {
+  std::cout << "stuff\n";
  }
  return 0;
 }
This page took 0.12548 seconds and 4 git commands to generate.