mermaid/test.js

9 lines
80 B
JavaScript
Raw Normal View History

2022-09-04 21:30:47 +02:00
/**
*
*/
2022-07-18 16:00:03 +02:00
function apa() {
// comment's
const a = 1;
return 'apa' + a;
}