Osmani Rosado-Falcon

Results 3 issues of Osmani Rosado-Falcon

Then we can use this command to run the judge ```shell docker run \ --name judge \ -v /mnt/dmoj/problems:/problems \ --cap-add=SYS_PTRACE \ -d \ dmoj/judge-tier3:latest \ run -c /judge.yml $BRIDGE_ADDRESS...

## Purpose [Compile code written for JDK 21](#1458) to improve code readability using [Pattern Matching for switch Expressions and Statements](https://docs.oracle.com/en/java/javase/21/language/pattern-matching-switch-expressions-and-statements.html#GUID-E69EEA63-E204-41B4-AA7F-D58B26A3B232)

Include the environment variable `DMOJ_JUDGE_KEY_PATH` to define the path of a file with the judge key. Compose file as example: ``` services: judge: image: dmoj/judge-tier3:latest command: ["run", "$BRIDGE_ADDRESS"] environment: DMOJ_JUDGE_NAME:...