added subdir kill
[tridge/junkcode.git] / cr.c
1 main()
2 {
3   puts(crypt ("fredfred", "fredfred"));
4 }