Author:
To build:
make all
To use:
./stein $(printf "\015\015"); echo
Try:
./stein.sh
Judges’ remarks:
NOTE: to avoid problems with news and mail, the single line was split into 3 lines. Join all lines into a single line to recreate the original file.
The \015
in the above printf(1)
command produces a control-N.
One some machines, a control-M control-N arg is needed to get the command to output cleanly:
./stein $(printf "\014\015"); echo
Your system may require another set of characters. In time, you will figure out what it does. :-)
Author’s remarks:
No remarks were provided by the author.
Inventory for 1986/stein
Primary files
- stein.c - entry source code
- Makefile - entry Makefile
- stein.orig.c - original source code
- stein.sh - script to run this entry
Secondary files
- 1986_stein.tar.bz2 - download entry tarball
- README.md - markdown source for this web page
- .entry.json - entry summary and manifest in JSON
- .gitignore - list of files that should not be committed under git
- .path - directory path from top level directory
- index.html - this web page