Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 455 Bytes

Elm Sudoku

Build Status

A sudoku programming exercise implemented in elm.

Setup

npm install

Tests

npm test

Formatting

Before you push any code, please format properly.

  1. npm run format
  2. git add -p, add only the patches desired, skip sudoku tables in tests
  3. Commit and push