docs: table of contents

pull/4816/head
Alexander Medvednikov 2020-05-10 15:49:43 +02:00 committed by GitHub
parent 0606d26ba7
commit 0af939c30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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
<table>
<tr>
<td><a href='#hello-world'>1. Hello world</a></td>
<td><a href='#comments'>2. Comments</a></td>
<td><a href='#functions'>3. Functions</a></td>
<td><a href='#'>TODO</a></td>
</tr>
</table>
## Hello World