summaryrefslogtreecommitdiffhomepage
path: root/de-de/bc.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'de-de/bc.html.markdown')
-rw-r--r--de-de/bc.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/de-de/bc.html.markdown b/de-de/bc.html.markdown
index 49a2878d..d2c6e9ae 100644
--- a/de-de/bc.html.markdown
+++ b/de-de/bc.html.markdown
@@ -96,6 +96,7 @@ print a[0], " ", a[1], " ", a[2], " ", a[3], "\n"
quit /* Füge diese Codezeile hinzu, um sicherzustellen, dass
das Programm beendet. Diese Codezeile ist optional.*/
```
+
Viel Spass mit diesem einfachen Rechner! (Oder dieser Programmiersprache, um exakt zu sein.)
Das ganze Programm wurde in GNU bc geschrieben. Um es auszuführen, benutze ```bc learnbc.bc```.