1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-06 15:36:49 +02:00

9 lines
123 B
Markdown
Raw Normal View History

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