tools/fast: minor layout fix

pull/2693/head
Alexander Medvednikov 2019-11-07 22:24:10 +03:00
parent a44ba0b8a2
commit 6c1b0785de
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ Source code: <a target=blank href='https://github.com/vlang/v/blob/master/tools/
<td style='width:120px'>v -o v.c</td>
<td style='width:120px'>v -o v</td>
<td style='width:120px'>v -o v -fast</td>
<td style='width:120px'>v hello_world.v</td>
<td style='width:120px'>v hello.v</td>
</tr>