1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: table of contents

This commit is contained in:
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

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, Despite being simple, V gives the developer a lot of power. Anything you can do in other languages,
you can do in V. 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 ## Hello World