An open API service indexing awesome lists of open source software.

https://github.com/mmorga/gosudoku


https://github.com/mmorga/gosudoku

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

```golang
package main

import (
"fmt"
)

func main() {
fmt.Printf("Hello, world.\n")
}
```

http://www.sudokuwiki.org/

http://www.soduko.org/sudoku-list.php

TODO:

Change strategies to operate at the unit level in preparation for concurrency