Add more info

This commit is contained in:
Jannis Portmann 2022-10-09 19:17:19 +02:00
parent 02b76b5755
commit bbe48d2c38

View file

@ -18,4 +18,9 @@ Hello $name, your value is $value!
would look like the following: would look like the following:
``` ```
Hello h4xx0r, your value is 1337! Hello h4xx0r, your value is 1337!
``` ```
With a `contacts.csv` looking like:
| name | value |
|--------|-------|
| h4xx0r | 1337 |