(display (version)) (newline)(define ls '(1 2 3))(list-set! ls 0 42)(display ls) (newline)
Standard input is empty
2.2.4 (42 2 3)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!