Skip to content

Instantly share code, notes, and snippets.

package main
import (
"fmt"
"strings"
)
// TODO: AI Player
func main() {
var turn int
package main
import (
"bufio"
"fmt"
"log"
"net/http"
"net/url"
"os"
"sync"