8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
package example:host
|
|
|
|
world host {
|
|
import print: func(msg: string)
|
|
|
|
export run: func()
|
|
}
|