From 0af939c30d68735e3104091b3a6215e5cc219ebe Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 10 May 2020 15:49:43 +0200 Subject: [PATCH] docs: table of contents --- doc/docs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/docs.md b/doc/docs.md index 3af912fdb9..c55f598de8 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -14,6 +14,17 @@ The language promotes writing simple and clear code with minimal abstraction. Despite being simple, V gives the developer a lot of power. Anything you can do in other languages, you can do in V. +## Table of Contents + + + + + + + + +
1. Hello world2. Comments3. FunctionsTODO
+ ## Hello World