From de69462af2e3e67e694be1377a63c4d5b96ea333 Mon Sep 17 00:00:00 2001 From: mrts <79206232+beastmatser@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:34:43 +0200 Subject: [PATCH] Add vlang documentation (#6833) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add vlang documentation * Add missing newline * Update books/free-programming-books-langs.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Update free-programming-books-langs.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- books/free-programming-books-langs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 279c23594..962098401 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -214,6 +214,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Angular](#angular) * [Deno](#deno) * [Unix](#unix) +* [V](#v) * [Verilog](#verilog) * [VHDL](#vhdl) * [Vim](#vim) @@ -2444,6 +2445,11 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [UNIX Tutorial for Beginners](http://www.ee.surrey.ac.uk/Teaching/Unix/) +### V + +* [V Documentation](https://github.com/vlang/v/blob/HEAD/doc/docs.md) - vlang.io (Markdown) + + ### Verilog * [Verilog, Formal Verification and Verilator Beginner's Tutorial](https://zipcpu.com/tutorial/) - Daniel E. Gisselquist, Ph.D.