summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 19:44:21 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 19:44:21 +0100
commit7cc9f06054808a2525ab6f47963415add2c09a6f (patch)
tree667f70c1d8fba14dcc8c62f23dc0c4f9a26a872d
parent86fd999b4880187774c7713d1538c3126f35ef1e (diff)
add emtpy line
-rw-r--r--content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
index 76f6226f..1f9f2263 100644
--- a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
+++ b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
@@ -76,6 +76,7 @@ That's actually not really how it works in object oriented languages such as Jav
```
mult.calculate(mult,a,b));
```
+
How to overcome this? You need to take it further...
## Taking it further