1
//native
2
3
//
4
5
export async function main(arg: string) {
6
return { arg };
7
}
8
#import wmill\n\ndef main(x: str):\n return x // TEST