Update packages.json (#2774)

add package sudoku
This commit is contained in:
roberto170 2023-12-22 23:23:12 -03:00 committed by GitHub
parent 038f07ad90
commit e38205fdec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,15 @@
[
{
"name": "sudoku",
"url": "https://github.com/roberto170/sudoku",
"method": "git",
"tags": [
"sudoku"
],
"description": "sudoku generator in nim.",
"license": "MIT",
"web": "https://github.com/roberto170/sudoku"
},
{
"name": "avr_io",
"url": "https://github.com/Abathargh/avr_io",