Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
8e47528ede6d2173b85a3a6ef8c9cac1324e4546
/
.
/
e2e
/
webapp
/
strings.js
blob: c0bc83eec0f468de87dccad00f76f6a5306c852d [
file
]
export
function
hello
()
{
return
'Hello World'
;
}