[ create a new paste ] login | about

Link: http://codepad.org/CJKFTbqD    [ raw code | output | fork ]

Scheme, pasted on Aug 26:
1
2
3
4
5
;The first program

(begin
  (display "Hello, World!")
  (newline))


Output:
1
Hello, World!


Create a new paste based on this one


Comments: