a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh
at main 387 B view raw
1// Copyright (C) 2019 Yasuhiro Matsumoto <mattn.jp@gmail.com>. 2// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>. 3// 4// Use of this source code is governed by an MIT-style 5// license that can be found in the LICENSE file. 6 7//go:build sqlite_vacuum_full 8// +build sqlite_vacuum_full 9 10package sqlite3 11 12/* 13#cgo CFLAGS: -DSQLITE_DEFAULT_AUTOVACUUM=1 14#cgo LDFLAGS: -lm 15*/ 16import "C"