xgoprev/tests/import.xgo

7 lines
96 B
Text
Raw Normal View History

2024-06-07 11:29:46 +03:00
fmt := import("fmt")
dogs := import("./tests/dogs")
dog := dogs.new("check")
fmt.println(dog)