Skip to content

Runner takes a string as the path to the executable file, not a vector of strings as in execve #3

@difhel

Description

@difhel

Runner must accept a vector of strings: the path to the executable and the arguments.
For example:

runner_lib_py.runner([["/usr/bin/g++", "/usr/bin/g++", "main.cpp", "-o", "main.o"], input, limits)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions