Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_java
/
e1840a6b2a6cde4e8a63629d3712f3c70ec92c0b
/
.
/
examples
/
hello_world
/
BUILD
blob: 96b2a5ff87faeb2a568520c30dfeaed2bd1c226a [
file
]
load
(
"//java:defs.bzl"
,
"java_binary"
)
java_binary
(
name
=
"hello_world"
,
srcs
=
[
"HelloWorld.java"
],
main_class
=
"HelloWorld"
,
)