https://github.com/mond1c/testing_system
Testing system for contest
https://github.com/mond1c/testing_system
contest go golang javascript react testing-system
Last synced: 2 months ago
JSON representation
Testing system for contest
- Host: GitHub
- URL: https://github.com/mond1c/testing_system
- Owner: Mond1c
- License: apache-2.0
- Created: 2024-04-15T20:33:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T06:59:43.000Z (about 2 years ago)
- Last Synced: 2025-01-29T22:29:38.624Z (over 1 year ago)
- Topics: contest, go, golang, javascript, react, testing-system
- Language: Go
- Homepage: https://pkg.go.dev/github.com/Mond1c/testing_system
- Size: 502 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple testing system for contests
## Usage:
You can run the example using this command:
```
go run ./cmd -config examples/input.json -languages examples/languages.json
```
But you need to specify the path to the test folder for each problem.
!Important one problem = one folder.
In the folder you need to create files with test input and output, and the name of the files should satisfy this template:
```
in1.in or in1.out
1 - number of the test
```