Erster Eintrag

This commit is contained in:
ngb
2022-02-18 15:29:40 +01:00
parent 334b2e0a41
commit 311c4d9845

13
20220218152754.md Normal file
View File

@@ -0,0 +1,13 @@
# Übersicht zu Markdown
Dies ist eine ÜBersicht der wichtigsten Markdown Elemente.
```java
public static void main(String args[]) {
// Hello, World!
}
```
```python
This is PYTHON!
```