mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
5 lines
61 B
Markdown
5 lines
61 B
Markdown
|
```javascript
|
||
|
function() {
|
||
|
console.info('bonjour');
|
||
|
}
|
||
|
```
|