blob: 3fa1789b7f69711fdaaf8ce3998e4e4c4b12ce38 (
plain)
1
2
3
4
5
6
7
|
[[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
|