slash23_hello
Usage
Add this to your MODULE.bazel:
bazel_dep(name = "slash23_hello", version = "0.1.0")Dependencies
This module has no dependencies.
API Reference
Load Statement
load("@slash23_hello//:defs.bzl", "hello_message")hello_message
rulemessage
string
requiredThe message to write to the output file.
MODULE.bazel
module(
name = "slash23_hello",
version = "0.1.0",
compatibility_level = 1,
)