10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
package foo:foo;
|
|
|
|
world the-world {
|
|
import console;
|
|
}
|
|
|
|
interface console {
|
|
log: func(arg: string);
|
|
}
|