mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-22 17:52:08 +00:00
6 lines
64 B
TypeScript
6 lines
64 B
TypeScript
function get3(): i32 {
|
|
return 3;
|
|
}
|
|
|
|
export {get3 as default};
|