package lesson

import "fmt"

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