add forgoten tests

This commit is contained in:
2022-09-30 23:35:21 +03:00
parent 5374dd7375
commit 2a6f023fa6
12 changed files with 147 additions and 61 deletions

1
solutions/solutions.go Normal file
View File

@@ -0,0 +1 @@
package solutions

4
solutions/task.go Normal file
View File

@@ -0,0 +1,4 @@
package solutions
type Task struct {
}

1
solutions/task_store.go Normal file
View File

@@ -0,0 +1 @@
package solutions