/* © Copyright The University of Edinburgh 2011 */

#include <stdlib.h>
#include <upc.h>

int main(int argc, char *argv)
{

    printf("I am thread %3d of %3d.\n", MYTHREAD, THREADS);

    exit(EXIT_SUCCESS);
}

