6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
type main: string -> integer
|
|
function entry: main
|
|
|
|
entry(arg) := {
|
|
return 0;
|
|
} |