X-Git-Url: http://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=blobdiff_plain;f=demos%2Fperformance%2Fcll1-print.c;fp=demos%2Fperformance%2Fcll1-print.c;h=0000000000000000000000000000000000000000;hp=611f16664d2bef73839e108701920a9d86540e9d;hb=e63f1bc2438012b5f2f6592a474892501149af18;hpb=6a60bc82e8b8e6cccd0d4c2214a1f291662215f0 diff --git a/demos/performance/cll1-print.c b/demos/performance/cll1-print.c deleted file mode 100644 index 611f166..0000000 --- a/demos/performance/cll1-print.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "cll1.h" - -program -{ - repeat(10000000) - print("stuff"); -}