Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 370 Bytes

kata-clj-sudoku

A Sudoku Kata in Clojure Build Status

This project will implement a sudoku solver in clojure. Currently it only has some basic functions to set-up a field and execute functions on it. It serves as a learning exercise for clojure for me.