diff options
author | caminsha <c.96marco@hotmail.com> | 2020-01-30 17:48:40 +0100 |
---|---|---|
committer | caminsha <c.96marco@hotmail.com> | 2020-01-30 17:48:40 +0100 |
commit | 043e4984ffa29389e3110a8f277870642df51097 (patch) | |
tree | d31cd875a9bedde9d4eca3cc6b235e3a19178169 /de-de/bc.html.markdown | |
parent | 6690ad941fc0545e110fe4bd19b57914adf82672 (diff) |
removed doubled line
Diffstat (limited to 'de-de/bc.html.markdown')
-rw-r--r-- | de-de/bc.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/de-de/bc.html.markdown b/de-de/bc.html.markdown index 9aedd93b..e1b51e4f 100644 --- a/de-de/bc.html.markdown +++ b/de-de/bc.html.markdown @@ -29,7 +29,6 @@ obase: definiert die Basis der Ausgabe*/ hour = read() /*Eingabe einer Zahl*/ if(hour < 12) { /*Operatoren sind genau wie in C*/ - print "Guten Morgen\n" /*"print" outputs strings or variables print "Guten Morgen\n" /*"print" Gibt Strings oder Variablen mit einem Komma separiert aus.*/ } else if(hour == 12) { |