mermaid/test.js

9 lines
80 B
JavaScript
Raw Normal View History

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