From 922e239c5c564348a3fe2e0d5daeae091e69c06c Mon Sep 17 00:00:00 2001 From: Johann Date: Mon, 14 Jun 2021 08:54:25 +0200 Subject: [PATCH] added example to Readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa27d0e..689add1 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,14 @@ mkdir git cd git git clone https://git.johann-brauer.de:3000/Johann/lol.git ``` -Now you can type `lol` and see what you get - have fun! \ No newline at end of file +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. +``` \ No newline at end of file