[PDD] Add docs for the Parrot_PMC_push_* and Parrot_PMC_pop_* functions
[parrot.git] / examples / shootout / README
blobf39af29820e225fb72dacf9b1a8c9c8a44c69ec5
1 This directory contains PIR programs for the Computer Language Shootout at
2 http://shootout.alioth.debian.org/
4 The first line:
6   #!./parrot -j
8 is indicating the preferred because fastest runcore for that benchmark.
10 If you want your PIR program (toto.pir) to be automatically tested (by t/examples/shootout.t) : 
11 just  put the expected output file along, call it toto.pir.output
12 If you need an input file, to be read from stdin, call it toto.pir.input
13 Karl Forner