8 lines
75 B
Plaintext
8 lines
75 B
Plaintext
interface new {
|
|
entrypoint: func();
|
|
}
|
|
|
|
world adapt-old {
|
|
export new;
|
|
}
|