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