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