10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
package my:project;
|
|
|
|
world test {
|
|
record record-string {
|
|
hello-string: string,
|
|
}
|
|
|
|
import hello: func(hello-string: record-string);
|
|
export greet: func(hello-string: record-string);
|
|
} |