7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
// Test a trivial PascaLIGO function
|
|
|
|
function main (const i : int) : int is
|
|
begin
|
|
skip
|
|
end with i
|