agent-backend/contracts/Hello/Hello.yjs

6 lines
72 B
Plaintext
Raw Normal View History

2021-09-26 04:49:24 +00:00
contract Hello{
export function hello(arg){
return "world";
}
}