This commit is contained in:
Виталий Туров 2025-02-18 20:20:04 +03:00
parent 906d4808fb
commit 4b9ace22ed
3 changed files with 14 additions and 0 deletions

12
common/db.json Normal file
View File

@ -0,0 +1,12 @@
{
"words":[
{
"word":"golang",
"description":"Самый потрясающий язык на свете"
},
{
"word":"python",
"description":"язык для ML"
}
]
}

1
internel/game/game.go Normal file
View File

@ -0,0 +1 @@
package game

1
internel/user/user.go Normal file
View File

@ -0,0 +1 @@
package user