forked from Labore/PR2-L
1
0
Fork 0

correct typo in output

main
Gerd Marmitt 2025-03-31 08:35:30 +02:00
parent cf66899346
commit 9be625d773
1 changed files with 1 additions and 1 deletions

View File

@ -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!");
} }
} }