mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
|
function apa() {
|
||
|
// comment's
|
||
|
const a = 1;
|
||
|
return 'apa' + a;
|
||
|
}
|