load(":file.bzl", "file")

file(
    name = "hello",
    content = "Hello world\n",
)
