// Clojure Java内置函数
(ns Project
   (:gen-class))
(defn Example []
   (println (. Math PI)))
(Example)