Add first version of workshop slides
This commit is contained in:
parent
0739d26c9e
commit
a57fda18c1
45 changed files with 879 additions and 0 deletions
14
codebeispiele/native-listings.typ
Normal file
14
codebeispiele/native-listings.typ
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
`Text in Monospacefont`
|
||||
|
||||
Javacode im ```java public static``` Fließtext
|
||||
|
||||
```java
|
||||
public static void main() {
|
||||
println("Hallo Cyberweek");
|
||||
}
|
||||
```
|
||||
|
||||
#raw("def main():
|
||||
print(\"Hallo Cyberweek\")",
|
||||
block: true,
|
||||
lang: "python")
|
||||
Loading…
Add table
Add a link
Reference in a new issue