Browse Source

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

Missing \n added in CONTROL example
Michael Mächtel 7 years ago
parent
commit
7cd589639d
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      hw9/task1/README.md

+ 3
- 3
hw9/task1/README.md View File

57
 
57
 
58
 Beispiele:
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
     CONTROL \n
63
     CONTROL \n
64
 
64
 
65
 
65
 

Loading…
Cancel
Save