a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh
at main 159 B view raw
1//go:build appengine 2// +build appengine 3 4package runewidth 5 6// IsEastAsian return true if the current locale is CJK 7func IsEastAsian() bool { 8 return false 9}