Add first version of workshop slides
This commit is contained in:
parent
0739d26c9e
commit
a57fda18c1
45 changed files with 879 additions and 0 deletions
11
codebeispiele/codly-figure.typ
Normal file
11
codebeispiele/codly-figure.typ
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#figure(
|
||||
caption: [Beispielcode in Java]
|
||||
)[
|
||||
```java
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello Cyberweek");
|
||||
}
|
||||
```
|
||||
]<code:example-java>
|
||||
|
||||
In @code:example-java ist ein wichtiger Codeausschnitt zu sehen.
|
||||
Loading…
Add table
Add a link
Reference in a new issue