blob: 282e2d7e72f276059279489d7cdfcb2f1c7a3389 [file] [log] [blame]
load("//java:defs.bzl", "java_binary")
java_binary(
name = "hello_world",
srcs = ["com/google/HelloWorld.java"],
main_class = "com.google.HelloWorld",
)