6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
package my:project;
|
|
|
|
world test {
|
|
import hello: func();
|
|
export greet: func();
|
|
} |