Source code

Revision control

Copy as Markdown

Other Tools

"use strict";
/* exported hello */
function hello() {
return 42;
}