blob: 47934aa503cc781e48d787482ee634554f01a046 [file] [log] [blame] [edit]
licenses(["notice"])
cc_binary(
name = "hello_world",
srcs = ["main.cpp"],
deps = ["@com_google_fruit//third_party/fruit"],
)