added example to Readme

This commit is contained in:
Johann 2021-06-14 08:54:25 +02:00
parent 4bcd9b4b75
commit 922e239c5c
1 changed files with 11 additions and 1 deletions

View File

@ -13,3 +13,13 @@ cd git
git clone https://git.johann-brauer.de:3000/Johann/lol.git git clone https://git.johann-brauer.de:3000/Johann/lol.git
``` ```
Now you can type `lol` and see what you get - have fun! Now you can type `lol` and see what you get - have fun!
---
## Sample Output
``` bash
user@pc:~$ lol
why do python programmers wear glasses?
Because they can't C.
```