Pinned
C program: print the first 1000 digits of π.
Generates the digits sequentially from left to right, providing increasing accuracy. (Implement "Spigot algorithm" Low memory usage and Integer arithmetic).
This code is for PDP-11, the C compiler for that machine It's from 1973.















