#!/bin/bash
cd /tmp/$2
rustc -o binary code.code
runuser runner$1 -c "
timeout -s KILL 3 xargs -a args.args -d '\n' ./binary < stdin.stdin
"