Skip to content

Instantly share code, notes, and snippets.

@michaelbarton
Created June 29, 2012 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelbarton/a4d619e035725b8160ca to your computer and use it in GitHub Desktop.
Save michaelbarton/a4d619e035725b8160ca to your computer and use it in GitHub Desktop.
(ns trim.core
(:require [clojure.contrib.string]))
(defn parse-blast [string]
string)
(defproject trim "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/clojure-contrib "1.1.0"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment