Short: Calculates prime numbers, fast. Uploader: anthony@xymox.apana.org.au Author: bob@miggins.apana.org.au PRIME takes a cli argument (a number) and calculates that many "prime" (ie. divisable only by itself and 1) numbers. Programmed for a contest with others to make the fastest calculation engine possible, in C only.