A fork of Rural Dictionary
putch displays any alphanumeric characters to the standard output device. It displays only one character at a time.
void main() { char ch='a'; putch(ch) }