From f960853e4115011687c07defd256f63a355eb914 Mon Sep 17 00:00:00 2001 From: kirill Date: Mon, 9 Nov 2020 18:49:56 -0500 Subject: [PATCH] add link to assembly article from main blog readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cd82562..d2eba5f 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,7 @@ My posts are listed below in reverse chronological order. | Date | Title | Translations | |-|-|-| +| 2020-11-01 | [Learn Assembly with Entirely Too Many Brainfuck Compilers](./posts/too-many-brainfuck-compilers.md) | | | 2020-07-22 | [Sizedness in Rust](./posts/sizedness-in-rust.md) | | | 2020-05-19 | [Common Rust Lifetime Misconceptions](./posts/common-rust-lifetime-misconceptions.md) | [русский](./posts/translations/rus/common-rust-lifetime-misconceptions.md) · [日本語](./posts/translations/jp/common-rust-lifetime-misconceptions.md)| | 2020-05-09 | [Learning Rust in 2020](./posts/learning-rust-in-2020.md) | |