test: add program that just imports stuff
This commit is contained in:
11
test/global.kk
Normal file
11
test/global.kk
Normal file
@@ -0,0 +1,11 @@
|
||||
module test/global
|
||||
|
||||
import horse/global/character
|
||||
import horse/global/race
|
||||
import horse/global/saddle
|
||||
import horse/global/scenario
|
||||
import horse/global/skill
|
||||
import horse/global/spark
|
||||
|
||||
pub fun main()
|
||||
()
|
||||
Reference in New Issue
Block a user