Update README.md
This commit is contained in:
parent
e2cff4fa42
commit
feb6995ff3
@ -30,8 +30,10 @@ ft_write_ln(table, "4", "Blade Runner", "1982", "8.1");
|
|||||||
printf("%s\n", ft_to_string(table));
|
printf("%s\n", ft_to_string(table));
|
||||||
ft_destroy_table(table);
|
ft_destroy_table(table);
|
||||||
```
|
```
|
||||||
|
|
||||||
Output:
|
Output:
|
||||||
|
|
||||||
|
<img src="https://github.com/seleznevae/libfort/blob/master/docs/images/basic_table.png" data-canonical-src="https://github.com/seleznevae/libfort/blob/master/docs/images/basic_table.png" width="500" />
|
||||||
|
|
||||||
|
|
||||||
## Supported platforms and compilers
|
## Supported platforms and compilers
|
||||||
|
Loading…
Reference in New Issue
Block a user