We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4c666 commit 422e14cCopy full SHA for 422e14c
java/com/engflow/binaryinput/BUILD
@@ -1,10 +1,10 @@
1
load("@rules_java//java:defs.bzl", "java_binary", "java_library")
2
3
-NUM_FILES = 1
+NUM_FILES = 100
4
5
-#Generates a number of java files based on the value of NUM_FILES
6
-#Each file is named HelloX.java where X is the number of the file
7
-#Each file contains a class with a greetNum method that prints "Hello" + the number of the file
+# Generates a number of java files based on the value of NUM_FILES
+# Each file is named HelloX.java where X is the number of the file
+# Each file contains a class with a greetNum method that prints "Hello" + the number of the file
8
[genrule(
9
name = "Hello" + str(x),
10
outs = ["Hello" + str(x) + ".java"],
0 commit comments