diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-06-27 10:56:03 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-06-27 10:56:03 +0200 |
commit | a9886bf2f8a35369a2c42070c5f83504dfab2bc5 (patch) | |
tree | d078b542f271bc2d16d756a3eb5d1ebce65f0043 /.trash/daily/18-May-2025.md | |
parent | fbb81e5f2c5542d86ffbb0cb8e05ce2640ed65de (diff) |
vault backup: 2025-06-27 10:56:02
Diffstat (limited to '.trash/daily/18-May-2025.md')
-rw-r--r-- | .trash/daily/18-May-2025.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.trash/daily/18-May-2025.md b/.trash/daily/18-May-2025.md new file mode 100644 index 0000000..3fa1789 --- /dev/null +++ b/.trash/daily/18-May-2025.md @@ -0,0 +1,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 |