summaryrefslogtreecommitdiff
path: root/modules/subject/lesson/lesson.go
blob: 9a847f85c2843a780430869241b86212d4a9bcec (plain)
1
2
3
4
5
6
7
package lesson

import "fmt"

func Test() {
	fmt.Println("lesson")
}