[ create a new paste ] login | about

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

Scheme, pasted on Jul 31:
1
2
3
4
;The first program
(begin
  (display "Hello, World!")
  (newline))


Output:
1
Hello, World!


Create a new paste based on this one


Comments: