6 lines
76 B
Go
Executable File
6 lines
76 B
Go
Executable File
package domain
|
|
|
|
func LevelOne() []LevelSection {
|
|
return []LevelSection{}
|
|
}
|