Skip to content

Commit 3446333

Browse files
authored
Update README.md
1 parent f507e1b commit 3446333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ cpu cores. You can check if you have them [like this](https://stackoverflow.com/
7171
Run `sinol-make run --help` to see available flags.
7272
- `sinol-make gen` -- Generate input files using ingen program (for example prog/abcingen.cpp for abc task).
7373
Whenever the new input differs from the previous one, the model solution will be used to generate the new output file.
74+
You can also specify your ingen source file which will be used.
7475
Run `sinol-make gen --help` to see available flags.
7576
- `sinol-make ingen` -- Generate input files using ingen program (for example prog/abcingen.cpp for abc task).
77+
You can also specify your ingen source file which will be used.
7678
Run `sinol-make ingen --help` to see available flags.
7779
- `sinol-make outgen` -- Generate output files using the model solutions. Run `sinol-make outgen --help` to see available flags.
78-
You can also specify your ingen source file which will be used. Run `sinol-make gen --help` to see available flags.
7980
- `sinol-make inwer` -- Verifies whether input files are correct using your "inwer.cpp" program. You can specify what inwer
8081
program to use, what tests to check and how many CPUs to use. Run `sinol-make inwer --help` to see available flags.
8182
- `sinol-make export` -- Creates archive ready to upload to sio2 or szkopul. Run `sinol-make export --help` to see all available flags.

0 commit comments

Comments
 (0)