Library & application which supports running code in a sandboxed environment.
Judger currently use nix
to make necessary system invoke like fork()
.
So you might need to check whether you are using the supported system from the main-page of nix.
Briefly speaking, judger-rs is now supposing you are decided to run it on linux.
🌟 Accept VSCode extension recommandation for complete experience.
You may need to setup your environment before you start. There is a setup script to help you quickly get ready.
🥰 You won't need to run this script if you are using GitHub Codespaces.
./scripts/env_setup.bash
Launch settings are already configured in .vscode/launch.json
, try in the debug panel.