From 4f01260509aca8d1736fa862da45a078db29deea Mon Sep 17 00:00:00 2001 From: Jens Bouman Date: Sat, 9 May 2020 16:02:44 +0200 Subject: [PATCH] Resize images --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index edd37eb..430f86a 100644 --- a/README.md +++ b/README.md @@ -123,19 +123,16 @@ This program calculates 2+2 and output it to STDOUT ![Add](/Add.png?raw=true) ### ColorError.png This program encounters an error during lexing, and returns the full list of errors. -![ColorError](/ColorError.png?raw=true) +![ColorError](/ColorError.png?raw=true&s=300) ### Countdown.png This program counts down from 10 to 1, outputting each number to STDOUT. This program shows how turing-complete the language is by demonstrating arithmetic functionality, boolean algebra and looping/branching. -![Countdown](/Countdown.png?raw=true) +![Countdown](/Countdown.png?raw=true&s=200) ### DivideByZero.png This program encounters a division by zero error and prints the error to STDOUT -![DivideByZero](/DivideByZero.png?raw=true) +![DivideByZero](/DivideByZero.png?raw=true&s=500) ### Endless.png This program loops endlessly, or until the stack overflows -![Endless.png](/Endless.png?raw=true) +![Endless.png](/Endless.png?raw=true&s=500) ### HelloWorld.png Outputs Hello World! to STDOUT -![HelloWorld](/HelloWorld.png?raw=true) - - - +![HelloWorld](/HelloWorld.png?raw=true&s=500)