Add java syntax
This commit is contained in:
parent
6002e1ecb5
commit
d8e583ef7d
|
@ -4,3 +4,9 @@ description: Folien für das erste Tutorium in Programmieren 1
|
||||||
url: https://git.haw-hamburg.de/pm1-tutorium/slides
|
url: https://git.haw-hamburg.de/pm1-tutorium/slides
|
||||||
---
|
---
|
||||||
# Operatoren
|
# Operatoren
|
||||||
|
|
||||||
|
```java
|
||||||
|
class String {
|
||||||
|
private int rest = 233234 % 6; //Kommentar
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue