change stdin api for better testability

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-03 05:17:38 +02:00
parent 1059391e3b
commit 334c7361fc
13 changed files with 312 additions and 44 deletions

View file

@ -2,7 +2,10 @@
set -e
cd "$(dirname "$(realpath "$0")")"
mkdir -p bin
deno compile -o bin/manual_proxy src/manual_proxy.ts
deno compile -o bin/simulation src/simulation.ts
deno compile -o bin/game src/game.ts