1
1
mirror of https://github.com/AleoHQ/leo.git synced 2025-01-06 09:50:32 +03:00
leo/compiler/tests/field/input.leo

3 lines
48 B
Plaintext
Raw Normal View History

2020-07-08 05:53:37 +03:00
function main(f: field) -> field{
2020-07-17 22:59:18 +03:00
return f
}