licenses(["notice"])

cc_binary(
    name = "hello_world",
    srcs = ["main.cpp"],
    deps = ["//third_party/fruit"],
)