change stdin api for better testability
This commit is contained in:
parent
1059391e3b
commit
334c7361fc
13 changed files with 312 additions and 44 deletions
3
build.sh
3
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue