From ea3744505e19a93d93d11bee56a92e0aaca520c7 Mon Sep 17 00:00:00 2001 From: Artem Yurchenko Date: Mon, 13 Mar 2023 06:53:51 +0100 Subject: [PATCH] add MVU.v (#170) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8b279f7..d40d4b5 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ - [Tutorials](#tutorials) - [Videos](#videos) - [GitHub templates](#github-templates) + - [Patterns](#patterns) ## Applications @@ -373,3 +374,7 @@ ### GitHub templates - [v-project-basement](https://github.com/ArtemkaKun/v-project-basement) - A basement for every V project, that contains universal minimum GitHub CI scripts and issue templates for a V project. + +### Patterns + +- [MVU.v](https://github.com/ArtemkaKun/MVU.v) - MVU pattern (The Elm Architecture) implemented in V programming language.