initial tests

This commit is contained in:
2021-06-25 20:26:13 +02:00
commit d40ebbbff5
48 changed files with 21542 additions and 0 deletions

6
build Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
dir="$(dirname "$0")"
. "$dir"/cflags
$cc $cflags "$@" -DOPPAI_IMPLEMENTATION main.c oppai.c $ldflags -o oppai