Minimal scheme interpreter by pooq

procedure main()
write([24,3,"5\n8\n58"][(*read())%5])
end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page