blob: 6f91382b6592462fe84a55b89663f9bf1a82f16b [file] [log] [blame]
load("//build_tools/bazel:kelvin.bzl", "kelvin_binary")
kelvin_binary(
name = "hello_world",
srcs = [
"hello_world.c",
],
)