From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- bc.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'bc.html.markdown') diff --git a/bc.html.markdown b/bc.html.markdown index 9d63acfb..1103d7bb 100644 --- a/bc.html.markdown +++ b/bc.html.markdown @@ -93,6 +93,7 @@ print a[0], " ", a[1], " ", a[2], " ", a[3], "\n" quit /*Add this line of code to make sure that your program exits. This line of code is optional.*/ ``` + Enjoy this simple calculator! (Or this programming language, to be exact.) This whole program is written in GNU bc. To run it, use ```bc learnbc.bc```. -- cgit v1.2.3