1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-11 14:09:55 +02:00

9 lines
123 B
Markdown

code block:
```
public static void main(String[] args) {
    System.out.println('Hello World');
}
```
end of code block