Sign in
◑
Theme
bazel
/
rules_java
/
13d8eff74a46a292d9f8f56a9989c7d2d40c9877
/
.
/
examples
/
hello_world
/
BUILD
blob: 96b2a5ff87faeb2a568520c30dfeaed2bd1c226a [
file
]
load
(
"//java:defs.bzl"
,
"java_binary"
)
java_binary
(
name
=
"hello_world"
,
srcs
=
[
"HelloWorld.java"
],
main_class
=
"HelloWorld"
,
)