1 2licenses(["notice"]) 3 4cc_binary( 5 name = "hello_world", 6 srcs = ["main.cpp"], 7 deps = ["//third_party/fruit"], 8) 9