Files
hakorune/apps/selfhost/smokes/dep_smoke_child.nyash

8 lines
58 B
Plaintext

// child file
box Child {
hello() {
return 1
}
}