mermaid/test.js
2022-09-05 11:22:17 +02:00

9 lines
80 B
JavaScript

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