Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 422 Bytes

readme.md

File metadata and controls

28 lines (22 loc) · 422 Bytes
title permalink layout
Hello World
/
section

It was the best of times, it was the blurst of times?

  1. Do this.
  2. Then that.
  3. Recite the following words:
    • Purple
    • Monkey
    • Dishwasher

Go to a website.

Code Example

(define (greet)
	(display "Hello, world!")
	(newline))