diff --git a/operatoren.md b/operatoren.md index b102c0b..31ff039 100644 --- a/operatoren.md +++ b/operatoren.md @@ -4,3 +4,9 @@ description: Folien für das erste Tutorium in Programmieren 1 url: https://git.haw-hamburg.de/pm1-tutorium/slides --- # Operatoren + +```java +class String { + private int rest = 233234 % 6; //Kommentar +} +```