(ns test-src.core)

(defn just-a-module [x]
  (* x x))
