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

tools/fast: minor layout fix

This commit is contained in:
Alexander Medvednikov 2019-11-07 22:24:10 +03:00
parent a44ba0b8a2
commit 6c1b0785de

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>