Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_java
/
e2061b24bc2893d2dbcf535bd39e4e5ff78e3302
/
.
/
examples
/
hello_world
/
BUILD
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"
,
)