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