From 449347ebd10e528938262604585130bc01f8c66e Mon Sep 17 00:00:00 2001 From: servetier <128761003+servetier@users.noreply.github.com> Date: Fri, 24 Mar 2023 15:44:04 -0500 Subject: [PATCH] Fixes #714 and #715 Previous commit claimed #715 was fixed. That was a typo. #714 was fixed at that time, #715 is now fixed as well by adding links to make a basic word processor. Could not find any tutorials regarding spreadsheet or presentation software. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 151202f..00ed720 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,7 @@ It's a great way to learn. * [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) * [**Rust**: _WebGL + Rust: Basic Water Tutorial_](https://www.chinedufn.com/3d-webgl-basic-water-tutorial/) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) +[**VisualBasic**: Build a Simple Word Processor around RichTextControl](https://www.codeproject.com/articles/15585/building-a-simple-word-processor-around-an-extende) ## Contribute * Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)