summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Demux/write_names.cpp
blob: c5c9c8bfc77ad291d29bcee0601af998a1882ce1 (plain)
1
2
3
4
5
6
7
8
9
10
//$Id$
#include <stdio.h>

int
main(int argc, char* argv[])
{

  for(int i=0; i<1000; i++)
    printf ("%09d\n",i);
}