Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
05b554d2d6b8ee2a2d81e4dec25eacc7a07046ec
/
.
/
examples
/
worker
/
foo.js
blob: 9756f599932097ca9a0370a7106a92d06b75e4f4 [
file
]
// This is an arbitrary file used as an input to the worker action
// Any time this file is changed, the action will need to re-run
export
const
num
=
0
;