tic_tac_toe

FIXME: write description

Leiningen/Boot

[tic_tac_toe "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

tic_tac_toe/tic_tac_toe {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("tic_tac_toe:tic_tac_toe:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>tic_tac_toe</groupId>
  <artifactId>tic_tac_toe</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>