Add the programs ␀ and pack
[minish.git] / src / ␀.c
blobc403dd96fe16c2898c54c8f84cb55887c8d124cd
1 #include <stdio.h>
2 #include <stdlib.h>
4 int main(void) {
5 if (putchar('\0') == EOF) {
6 return EXIT_FAILURE;