index
:
learnsmp.id-backend.git
master
The back-end of learnsmp.id, a free and open studying website for SMP students.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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") }