mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
5 lines
61 B
Markdown
5 lines
61 B
Markdown
|
```javascript
|
||
|
function() {
|
||
|
console.info('bonjour');
|
||
|
}
|
||
|
```
|