mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-10 09:54:11 +00:00
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
contract Hello{
|
|
export function hello(arg){
|
|
return "world";
|
|
}
|
|
}
|