1
0
Fork 0

Update README.md

This commit is contained in:
seleznevae 2018-05-07 21:28:06 +03:00 committed by GitHub
parent e2cff4fa42
commit feb6995ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -30,8 +30,10 @@ ft_write_ln(table, "4", "Blade Runner", "1982", "8.1");
printf("%s\n", ft_to_string(table));
ft_destroy_table(table);
```
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