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