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