Grades and analyzes user code.
Find a file
Joseph Umana 9d9ee904ae
remove useless prints
Signed-off-by: Joseph Umana <joseph@josephumana.com>
2025-07-25 17:05:11 -04:00
testprogs init 2025-07-25 16:32:30 -04:00
tools init 2025-07-25 16:32:30 -04:00
.gitignore init 2025-07-25 16:32:30 -04:00
main.c remove useless prints 2025-07-25 17:05:11 -04:00
Makefile init 2025-07-25 16:32:30 -04:00
README.md README corrections 2025-07-25 16:37:04 -04:00
serialization.c init 2025-07-25 16:32:30 -04:00
serialization.h init 2025-07-25 16:32:30 -04:00
structs.h init 2025-07-25 16:32:30 -04:00

GOJ-Runtime

A lightweight, simple competitive programmer runtime and grader.

Features

[x] UID switching

[x] Time limits

[x] Memory limits

[x] Result Serialization (results)

[] Grading

[] Multiple Test Cases

Usage

# gojrt <compile_command> <run_command> <runtime_seconds> <memory_limit>