[[Daily]] Some programming problems or programs to make for practicing: - Echo stdin - Find duplicate lines on stdin or files passed as arguments. Operating on a stream, or slurp all input and do it at once. # Further notes on Go