forked from Labore/PR2-L
correct typo in output
parent
cf66899346
commit
9be625d773
|
|
@ -4,7 +4,7 @@ public class Standarddatenstroeme {
|
||||||
// Ausgabe umleiten mit 1>
|
// Ausgabe umleiten mit 1>
|
||||||
System.out.println("Hello, World!");
|
System.out.println("Hello, World!");
|
||||||
|
|
||||||
// Aussgabe umleiten mit 2>
|
// Ausgabe umleiten mit 2>
|
||||||
System.err.println("Hello, Error!");
|
System.err.println("Hello, Error!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue