Skip to content

Humble attempt at solving the first 100 euler's problems in Clojure. (still doing it)

License

Notifications You must be signed in to change notification settings

pogist/euler-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

euler-clojure

Humble attempt at solving the first 100 euler's problems in Clojure. (I'm ridiculously lazy and dumb so it'll take a while 😅)

Testing solutions

Each solution has an associated test suite to it e.g.:

  • src/euler/euler001.clj -> test/euler/euler001_test.clj
  • src/euler/euler002.clj -> test/euler/euler002_test.clj

And so on...

So you just need to run lein test.

About

Humble attempt at solving the first 100 euler's problems in Clojure. (still doing it)

Topics

Resources

License

Stars

Watchers

Forks