Skip to content

Commit 9f9d3df

Browse files
Update README.md
1 parent 4fcc28b commit 9f9d3df

File tree

1 file changed

+1
-4
lines changed
  • java/com/engflow/internship/cycleexample

1 file changed

+1
-4
lines changed

java/com/engflow/internship/cycleexample/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ The project is organized into several packages, each representing different comp
2828

2929
The program takes a text input file and recursively prints each word with each class (`ClassA` prints a word, then `ClassB`, and so on) until the string is empty. The input file should be specified in the `data` attribute of the `java_binary` rule in the `BUILD` file.
3030

31-
Here is an example of how the `Main` class processes the input file:
32-
33-
3431
## How to Run Tests
3532

3633
To run the tests and gather performance data, use the following Bazel command:
3734

3835
```sh
39-
bazel test //java/com/engflow/internship/cycleexample/class_a:class_a_test
36+
bazel test //java/com/engflow/internship/cycleexample/class_a:class_a_test

0 commit comments

Comments
 (0)