mermaid/test.js
2022-07-18 16:00:03 +02:00

6 lines
69 B
JavaScript

function apa() {
// comment's
const a = 1;
return 'apa' + a;
}