summaryrefslogtreecommitdiff
path: root/.trash/daily/18-May-2025.md
diff options
context:
space:
mode:
Diffstat (limited to '.trash/daily/18-May-2025.md')
-rw-r--r--.trash/daily/18-May-2025.md7
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