|
1 | 1 | --- |
2 | | -lang: EN |
3 | | -title: Summary #8, The Hey-Relax-You-Did-Good Summary |
| 2 | +lang: DE |
| 3 | +title: Zusammenfassung #8, dei Hey-Entspann-Dich-Das-Hast-Du-Gut-Gemacht Zusammenfassung |
4 | 4 | answer: |
5 | 5 | class: stretcher chapmark |
6 | 6 | ok: |
7 | 7 | error: |
8 | | -load: def ruby(f);puts "Go to www.ruby-lang.org to download Ruby";end;class K;attr_reader :rb;end;my_first_program=K.new |
| 8 | +load: def ruby(f);puts "Geh zu www.ruby-lang.org um Ruby herunterzuladen";end;class K;attr_reader :rb;end;my_first_program=K.new |
9 | 9 | --- |
10 | 10 |
|
11 | | -This last section took a moment to wind down, to give you some pointers as to how you can use Ruby. |
| 11 | +Dieser letzte Abschnitt brauchte einen Moment, um zur Ruhe zu kommen, um dir |
| 12 | +einige Hinweise zu geben, wie du Ruby verwenden kannst. |
12 | 13 |
|
13 | | -If you enjoyed yourself, you can continue with the <a href="/playground">TryRuby Playground</a> |
14 | | -or download and install Ruby: |
15 | | -<a href="https://www.ruby-lang.org/en/downloads/" target="_blank">ruby-lang.org</a> |
| 14 | +Wenn du Spaß daran hattest, kannst du weitermachen mit dem <a href="/playground"> |
| 15 | +TryRuby Playground</a> oder Ruby herunterladen und installieren: |
| 16 | +<a href="https://www.ruby-lang.org/de/downloads/" target="_blank">ruby-lang.org</a> |
16 | 17 |
|
17 | | -Once you have Ruby installed, you can create a file, let say _my\_first\_program.rb_, with a text |
18 | | -editor, type some Ruby code and then run it by opening a command prompt and typing: |
| 18 | +Wenn du Ruby installiert hast, kannst du eine Datei, sagen wir |
| 19 | +_my\_first\_program.rb_, mit einem Texteditor erstellen, etwas Ruby-Code |
| 20 | +eingeben und ihn dann ausführen, indem du eine Eingabeaufforderung öffnest und |
| 21 | +eingibst: |
19 | 22 |
|
20 | 23 | ruby my_first_program.rb |
21 | 24 |
|
22 | | -There are many (free) development tools available that combine an editor, file browser and a |
23 | | -'ruby-runner'. |
| 25 | +Es gibt viele (kostenlose) Entwicklungswerkzeuge, die einen Editor, einen |
| 26 | +Dateibrowser und einen "Ruby-Runner" kombinieren. |
24 | 27 |
|
25 | | -## Celebrate |
26 | | -You really deserve a double-layer cake with double-double frosting and a guy playing one of those guitars that's a double guitar. |
27 | | -I mean you finished, you really did! No doubt about it, you're a __certified red-blooded smartiac!__ |
| 28 | +## Zeit, zu feiern |
| 29 | +Du verdienst wirklich einen doppelschichtigen Kuchen mit doppeltem Zuckerguss |
| 30 | +und einen Mann, der eine dieser Gitarren spielt, die eine Doppelgitarre ist. |
| 31 | +Ich meine, du hast es geschafft, das hast du wirklich! Kein Zweifel, du bist |
| 32 | +ein __zertifizierter rotblütiger Schlauberger!__ |
28 | 33 |
|
29 | | -## More info |
30 | | -There are a couple of articles on this website. They can give you some pointers on where to |
31 | | -go from here. |
| 34 | +## Mehr Infos |
| 35 | +Auf dieser Website gibt es eine Reihe von Beiträgen. Sie können dir einige |
| 36 | +Anregungen geben, wie du von hier aus weitermachen kannst. |
0 commit comments