This website requires JavaScript.
Explore
Help
Sign In
golang
/
sudoku-funpark
Watch
1
Star
0
Fork
0
You've already forked sudoku-funpark
Code
Issues
3
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
sudoku-funpark
/
main.go
8 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
Initial comit. Playing around a bit.
2024-12-05 17:46:09 +01:00
package
main
Working, with go routines. Didn't improve performance.
2024-12-07 19:23:45 +01:00
import
"gitea.ligthert.net/golang/sudoku-funpark/solver"
Initial comit. Playing around a bit.
2024-12-05 17:46:09 +01:00
func
main
(
)
{
Working, with go routines. Didn't improve performance.
2024-12-07 19:23:45 +01:00
solver
.
Run
(
)
Little update.
2024-12-06 19:28:24 +01:00
}
Reference in New Issue
Copy Permalink