preparing 0.9 version, rename to crl1.h
[svn/Cll1h/.git] / demos / performance / cout2.cpp
diff --git a/demos/performance/cout2.cpp b/demos/performance/cout2.cpp
deleted file mode 100644 (file)
index b8f97e9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <iostream>
-
-#define RUNS 10000000UL
-int main()
-{
- unsigned long i;
- for (i=0;i<RUNS;i++) {
- std::cout << "stuff1" << " " << "stuff2" << std::endl;
- }
- return 0;
-}
This page took 0.124773 seconds and 4 git commands to generate.