Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
e2e
/
bzlmod
/
main.mjs
blob: 1aa5b2f4a02752f3f4c2ffea684fc95283341168 [
file
] [
log
] [
blame
]
import
chalk
from
'chalk'
import
meaningOfLife
from
'meaning-of-life'
console
.
log
(
chalk
.
blue
(
`Hello world! The meaning of life is... ${meaningOfLife}`
)
)