commit: 2ecc39637b23950667653afc5668ac6960150d2f
parent e1b512a235ecc90435a4345afea097564cf0d30d
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 10 Jun 2021 16:34:25 -0400
Minor io_uring update
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/content/blog/io_uring-finger-server.md b/content/blog/io_uring-finger-server.md
@@ -68,6 +68,10 @@ language, I'll do my best to help you decipher the alien code.
Let's start with the basics:
+<!--
+Yes, it's called Hare. Now keep that to yourself.
+-->
+
```hare
use fmt;
use getopt;