forked from LeenkxTeam/Kmake
5 lines
42 B
JavaScript
5 lines
42 B
JavaScript
function baz() {
|
|
return "baz";
|
|
}
|
|
baz();
|