(ns main "fmt") (def main (fn [] (fmt/println (my-func 10)) )) (def my-func (fn [n] n))