Ver código fonte

Merge pull request #31 from htwg-syslab-rust/mm_typo_in_control_endings

Missing \n added in CONTROL example
Michael Mächtel 7 anos atrás
pai
commit
7cd589639d
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      hw9/task1/README.md

+ 3
- 3
hw9/task1/README.md Ver arquivo

@@ -57,9 +57,9 @@ _leeres_ Kommando zu schicken.
57 57
 
58 58
 Beispiele:
59 59
 
60
-    CONTROL hello
61
-    CONTROL exit
62
-    CONTROL Beam me up!
60
+    CONTROL hello\n
61
+    CONTROL exit\n
62
+    CONTROL Beam me up!\n
63 63
     CONTROL \n
64 64
 
65 65
 

Carregando…
Cancelar
Salvar