Add more info

master
Jannis Portmann 2022-10-09 19:17:19 +02:00
parent 02b76b5755
commit bbe48d2c38
1 changed files with 6 additions and 1 deletions

View File

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