3 lines
71 B
Text
3 lines
71 B
Text
procedure main()
|
|
every write(seq(1)) # the most concise way
|
|
end
|
procedure main()
|
|
every write(seq(1)) # the most concise way
|
|
end
|