Skip to content

Instantly share code, notes, and snippets.

@mh120888
Last active June 23, 2016 21:54
Show Gist options
  • Save mh120888/105d6ba114aa30b4b0f45902b3829903 to your computer and use it in GitHub Desktop.
Save mh120888/105d6ba114aa30b4b0f45902b3829903 to your computer and use it in GitHub Desktop.
Require + Import example in Clojure
(ns clojure-ttt.generative-spec
(:require [speclj.core :refer :all]
[clojure-ttt.core :as core]
[clojure-ttt.player :as player])
(:import [clojure_ttt.player ComputerPlayer]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment